Sending data to Zeitgeist via MQ and/or JMS?

81 Views Asked by At

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?

1

There are 1 best solutions below

1
On

You should use the DBUS API documentation.