Hello,
Depends on the support provided by the JMS Provider for deleting... for e.g.
in AMQ you can use JMX to delete the queue
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/deleting-jms-queue-tp5767981p5768013.html
Sent from the Camel - Users mailing
So back to the question about how to delete them :-)
On 09/06/2015 07:54, Claus Ibsen wrote:
Yes then you should use regular queues.
On Tue, Jun 9, 2015 at 8:47 AM, Tim Dudgeon wrote:
Well, maybe I'm wrong to call it a temp queue. This is not an InOut pattern.
Its InOnly followed (potentiall
Yes then you should use regular queues.
On Tue, Jun 9, 2015 at 8:47 AM, Tim Dudgeon wrote:
> Well, maybe I'm wrong to call it a temp queue. This is not an InOut pattern.
> Its InOnly followed (potentially much later) by a response to a "private"
> queue (specified by JmsReplyTo header) that is I
Well, maybe I'm wrong to call it a temp queue. This is not an InOut
pattern. Its InOnly followed (potentially much later) by a response to a
"private" queue (specified by JmsReplyTo header) that is InOnly and
handled by a different route/consumer.
Once processing is complete I need the queue to
Hi
Afair temp queues are affilianted with the jms session and automatic
deleted by the broker when the session is closed - eg AMQ should do
this.
On Mon, Jun 8, 2015 at 5:31 PM, Tim Dudgeon wrote:
> I'm using a temp JMS queue to return some results.
> Once I've finished processing I want to de
I'm using a temp JMS queue to return some results.
Once I've finished processing I want to delete the queue. What's the
best approach?
I'm assuming its best to manually generate the temp queue at the start
and then manually delete it when finished.
I notice I could use JmsTemporaryQueueEndpoint