Benjamin Coiffe wrote:
I was wondering if it is possible to open a JMS topic or queue using CXF. I know from the mailing-list and the doc that it is possible to send messages to a topic and a queue but I could not find anything to answer my question...
http://cwiki.apache.org/CXF20DOC/jms-transport.html has an example ("Using a named reply destination") of a jms:address element that uses the dynamicQueues feature of ActiveMQInitialContextFactory to create a queue on the fly. That example is in terms of a WSDL extension but you could use the same kind of thing in the relevant jms:conduit in a bean config file. http://activemq.apache.org/jndi-support.html explains the ActiveMQ side of things.
Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
