1. JMS Request/Reply in Apache Camel stackoverflow.comI'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 ... |
2. Camel JMS request/Reply timeouts stackoverflow.comI am trying to send request/reply a message to a remote broker from camel but the it times out. See config below:
|
3. Jms consumer error with apache camel stackoverflow.comI've got a problem with jms access in spring, I try to configure JMS consumer and get an error: Class org.springframework.core.task.SimpleAsyncTaskExecutor does not implement the requested interface ... |
4. How to use AMQP instead of JMS with Apache Camel? stackoverflow.comgreetings 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 ... |
5. Apache Camel - warning when sending a JMS message stackoverflow.comI 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 |
6. Apache Camel: DefaultMessage cannot be cast to JmsMessage stackoverflow.comI'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 ... |
7. Architectural advice for Apache Camel and C stackoverflow.comI'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 ... |