I want to use ActiveMQ as a message broker communicating between a C++ component and a Java component in two process. Eg. C++ component is the publisher and the Java component is the subscriber(there maybe multiple subscribers). I look at ActiveMQ website and it mentions the tool OpenWire and ActiveMQ-CPP. However, all the examples on the websites are using the same language for both producer and consumer.
My questions are:
1.Can ActiveMQ work for producer/consumer in different languages?
2.In different processes? How?
Totally newbie in this field, and any suggestion is welcomed.
Lily