Re: Using CamelJmsDestinationName to publish to topics in Xml

2011-04-07 Thread Joshua Watkins
That worked. Thanks! On 07/04/2011 13:36, "Björn Bength" wrote: >Hi, > > > test dynamicDeliveryAddress > > > dynamicdestinationName > > > > >worked for me once. but i was using java dsl at the time. > >/björn > > >On Thu, Apr 7, 2011 at 2:25 PM, Joshua Watkins > wrote: >> I a

Re: Using CamelJmsDestinationName to publish to topics in Xml

2011-04-07 Thread Björn Bength
Hi, test dynamicDeliveryAddress dynamicdestinationName worked for me once. but i was using java dsl at the time. /björn On Thu, Apr 7, 2011 at 2:25 PM, Joshua Watkins wrote: > I am trying to use the CamelJmsDestinationName header to send to a topic. > However prepe

Using CamelJmsDestinationName to publish to topics in Xml

2011-04-07 Thread Joshua Watkins
I am trying to use the CamelJmsDestinationName header to send to a topic. However prepending topic: or activemq:topic: to my topic name simply sends reroutes the message to a queue with the name "activemq:topic:dynamicdestinationName". Ex: test dynamicDeliveryAddress topic:d