Question

Let's say there is an ActiveMQ as JMS broker which is fed by a master system based on java.

One of the consumers can work with MSMQ only (and we can do nothing with it)

Question Is there an easy way to forward jms text in jms messages in ActiveMQ topic to some message at MSMQ destination?

Underlying jms message contains the text of an xml file.

Was it helpful?

Solution

Depends a bit on your preferences, but a simple Camel route in ActiveMQ dispatching messages to MSMQ can do this easily - GIVEN you run your AMQ on Windows.

Camel does not really support MSMQ, but you can use some simple java lib to dispatch messages inside a java processor.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top