There is a plugin but it's still focused on JMS things such as getting depth, browsing messages waiting for a durable subcriber and so on.
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. 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. Colin. http://hermesjms.com -----Original Message----- From: Gordon Sim [mailto:[EMAIL PROTECTED] Sent: 14 September 2006 09:03 To: [email protected] Subject: Re: QPID/HermesJMS Colin Crist wrote: > http://wiki.apache.org/qpid/HermesJMS > > Now, its very draft and needs more detail so comments welcome, I'll > also do a flash tutorial as per other providers but in the meantime > anyone got any comments? Looks good. Once we get jira set up we can add in the issues you raised earlier and hopefully allow you to phase out any workarounds as we fix them. I appreciate the focus for hermes is jms, but out of curiousity is there any mechanism for exposing extensions or non-standard features? i.e. could someone write a plugin of some sort to see exchanges and queues in the amqp sense?
