Description
We are using activemq with camel for request and reply pattern. reply will come to temperary queue.
whenever we are including specific queues to networkconnector, messages are not coming to temp queue, where as when removing dynamica included queue in networkconnector it is working.
how to proceed with this ? . how to give pattern to TEMP queue.
we tried with below pattern still it does not work. please help us
even : bridgeTempDestinations as true
networkConnector.addDynamicallyIncludedDestination(new ActiveMQTempQueue("ID:
*")) ;