Sending JMS messages with the JMS outbound endpoint in Mule

This tutorial will show you how to use Mule JMS Transport in Mule based application. Let’s take an example, set up a flow to accept notifications from Accounting application when an expense report’s processing has been completed. A  more realistic use case is to take the notifications and dispatch them to a JMS topic to which interested parties can  subscribe…

Mule JMS Transport with Active MQ

This tutorial will show you how to use Mule JMS Transport in Mule based application. You can watch video version of the tutorial https://www.youtube.com/watch?v=bU0Rnds3L0A You can be interested in Sending JMS messages with the JMS outbound endpoint in Mule Connectors provide an abstraction layer over data transport mechanisms. Connectors exist for things such as files, email messages, databases, JMS, and even…