Hi Ricard,

ricardlf wrote:
I'm using AMQP API because I need to declare exchanges and I didn't find out
how to do this using the JMS interface, if it were possible to declare
exchanges with JMS I'll use it.

Exchanges are auto-declared when consumers/producers that reference them are created, so by wrestling with the 'binding url'[1] syntax you can cause exchanges to be declared using JMS.

Do you need to declare them at 'run time'? Or could they be setup as a configuration step prior to starting the application?

--Gordon


[1] http://cwiki.apache.org/confluence/display/qpid/BindingURLFormat

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to