Re: JMS Endpoint Reuse and sending to different destinations @ Runtime

2012-04-28 Thread Claus Ibsen
...@gmail.com] Sent: Thursday, April 26, 2012 3:20 AM To: users@camel.apache.org Subject: Re: JMS Endpoint Reuse and sending to different destinations @ Runtime Hi This seems like a permission/security setting. That your JMS broker denies sending to non existing topics

RE: JMS Endpoint Reuse and sending to different destinations @ Runtime

2012-04-27 Thread Gershaw, Geoffrey
to create destination -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, April 27, 2012 1:58 AM To: users@camel.apache.org Subject: Re: JMS Endpoint Reuse and sending to different destinations @ Runtime On Thu, Apr 26, 2012 at 11:02 PM, Gershaw, Geoffrey

Re: JMS Endpoint Reuse and sending to different destinations @ Runtime

2012-04-26 Thread Claus Ibsen
Hi This seems like a permission/security setting. That your JMS broker denies sending to non existing topics. javax.jms.InvalidDestinationException: Not allowed to create destination You may need to create the destination on the JMS broker using its admin interface for that. On Wed, Apr 25,

RE: JMS Endpoint Reuse and sending to different destinations @ Runtime

2012-04-26 Thread Gershaw, Geoffrey
[mailto:claus.ib...@gmail.com] Sent: Thursday, April 26, 2012 3:20 AM To: users@camel.apache.org Subject: Re: JMS Endpoint Reuse and sending to different destinations @ Runtime Hi This seems like a permission/security setting. That your JMS broker denies sending to non existing topics

Re: JMS Endpoint Reuse and sending to different destinations @ Runtime

2012-04-26 Thread Claus Ibsen
: Thursday, April 26, 2012 3:20 AM To: users@camel.apache.org Subject: Re: JMS Endpoint Reuse and sending to different destinations @ Runtime Hi This seems like a permission/security setting. That your JMS broker denies sending to non existing topics. javax.jms.InvalidDestinationException