I am working on a message driven system using Camel, camel-rx and Websphere MQ. Whenever a request comes from user, a message is generated as an event and observe for the response event with correlationid using camel-rx. Another system will process the event and publish the completion event. Then the first system will get the response and it will intimate the user.
For every user request a message is generated and a RxCamel observer is created. Is this a good approach? Can someone suggest on the best way of doing it? -- View this message in context: http://camel.465427.n5.nabble.com/Need-inputs-on-Message-Driven-system-with-Camel-rx-tp5783144.html Sent from the Camel - Users mailing list archive at Nabble.com.