Colin Crist wrote:
Actually, one of the reasons for me looking into QPID and testing the JMS
side of things out with Hermes is with a view to supporting AMQP directly,
i.e. connecting to brokers, viewing exchanges and configuring them,
manipulating queues etc. There is quite a lot of code in Hermes that can be
reused after a little work to abstract away some of its JMS-ness.
That would be very interesting!
How do you plan to support such AMQP functionality in a Java client? I see a
org.apache.qpid.management.jmx package but haven't had time to investigate
yet.
There is some work planned on management (some being done already), but
those involved can give more detail than me. Rajith is also thinking
about how to expose the AMQP functionality through java, or have an AMQP
layer that is accessible beneath the JMS layer.