I'm trying to create an Apache Camel route that sends a jms message to a topic and if it does not receive a reply within a certain amount of time it ...
greetings all
I am using the JMS with the following configuration to send messages between client & server, and i need to replace jms with AMQP, and I need some guide, so ...
I want to send a message into a JMS queue with Camel. The body is byte array and I would expect that Camel converts it to javax.jms.BytesMessage and sends it without ...
I'm attempting to use a Camel route to send a POST message to a PHP script whenever a new JMS message arrives in a given queue. I've gotten that working, but ...
I'm experimenting a bit with Apache Camel to propose it to my boss as an "ESB solution" which he is pushing for. Camel looks like a nice project, and a good ...