I have a Java application that I want to send data to the Gnome (Activity) Journal. To keep code loosely coupled I'd like to use a MQ between my Java app and the Zeitgeist API (this allows to swap out the destination without changing my app).
So I'm looking for a way to add data to Zeitgeist from a message queue. Is there sample code somewhere?