We have samples in the binary kit showing how to use queue and topic with CXF.
Regards, Ulhas Bhole -----Original Message----- From: Ian Roberts [mailto:[EMAIL PROTECTED] Sent: 17 January 2008 17:57 To: [email protected] Subject: Re: JMS Topic and CXF 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 ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
