Downloading RedHat Version Of Camel

2017-08-01 Thread Urciolo, Kevin J [US] (MS)
Is there a place where one can download recent version of a pre-built RedHat (productized) version of Apache Camel? My organization does not have a support license, but would like to use the open source nature of the productized version. I can see that a recent version of 2.17 is available at

Re: QueueReplyManager - reply received for unknown correlationID

2015-05-11 Thread MS
These are some of the dependencies: mvn dependencies:list org.apache.activemq:activemq-broker:jar:5.11.1:compile org.apache.activemq:activemq-camel:jar:5.6.0:compile org.apache.activemq:activemq-client:jar:5.11.1:compile org.apache.activemq:activemq-core:jar:5.6.0:compile

Re: QueueReplyManager - reply received for unknown correlationID

2015-05-11 Thread MS
CXF uses Http transport. Message is afterwords forwarded to ActiveMQ request queue. After response is read from 'response' queue message is relayed back to WS endpoint. cxf:cxfEndpoint id=amqBridgeEndpoint serviceClass=proxy.bridge.amq.AmqBridgePortType

QueueReplyManager - reply received for unknown correlationID

2015-05-08 Thread MS
The idea is to create simple proxy with WS at one end and JMS(ActiveMQ) at the other. Use case goes like this: 1. send request using CXF endpoint 2. message is forwarded to activemq request queue 3. response is read from activemq response queue 4. received rsp. message is returned back to