messaging and queuing system ,to provide asynchronous messages transfer between heterogeneous enterprise systems.
ActiveMQ is the most popular and powerful open source messaging and integration server.(message broker)
you can send and ActiveMQ messages fro/to the ActiveMQ
queues from cross platform and language clients.
it support jms and j2ee.
in the next lessons i will show you how to install ActiveMQ
and i will give and example c# code to send messages to the queue , as well as a java code to receive from the ActiveMQ queue.