Re: Camel ActiveMQ In/OUT endpoint creates additional consumers on response queue which are more than maxConcurrentConsumers

2015-03-18 Thread agentalpha
Thank you for the quick reply Claus. I have one more question regarding my issues. Trying to dig some more in the camel activemq in/out messaging behaviour, here are some more results that I needed help to understand. I tried using the route the I have given above using two karaf instances (kind

Camel ActiveMQ In/OUT endpoint creates additional consumers on response queue which are more than maxConcurrentConsumers

2015-03-17 Thread agentalpha
Hi Everyone, We are using Camel 2.13.2 and ActiveMQ 5.9.0. The configuration of activemq broker is as follows: bean id=activemq class=org.apache.activemq.camel.component.ActiveMQComponent property name=configuration ref=jmsConfig / property name=transacted

activemq jms topic route with durable subscriber

2015-01-06 Thread agentalpha
Hi, I have following route which reads the messages from topic and processes it. route id=refreshRepoRoute from uri=activemq:topic:com.mycompany.RefreshTopic?clientId=consumerOneIdamp;durableSubscriptionName=ConsumerOneNameamp;connectionFactory=durableTopicPooledConnectionFactory / process

Re: ActiveMQ InOut JMS messaging with external system

2014-10-27 Thread agentalpha
Update: Just for testing, I tried sending the same message back in the response and it worked fine. But If I'm creating a new ActiveMQMapMessage and set following: ActiveMQMapMessage responseMapMessage = new ActiveMQMapMessage(); //(I also tried copying original message and setting below

ActiveMQ InOut JMS messaging with external system

2014-10-16 Thread agentalpha
Hi Everyone, I have a route where the final destination is: activemq:queue:soapRequestQ?exchangePattern=InOutasyncConsumer=trueuseMessageIDAsCorrelationID=falsereplyTo=responseQreplyToType=SharedrequestTimeout=3transacted=false In another route I have following configuration: route