Tutorials A to Z » June 7, 2016

Daily Archives: June 7, 2016

Tibco EMS

Connecting with Tibco EMS – Mulesoft / Mule ESB Tutorial

Published by:

In this Mulesoft / Mule ESB tutorial we will connect with Tibco EMS server Queue and send messages across:

Mule JMS Connector


Inbound – Mule JMS will receive the message and be used with an inbound endpoint.
Outbound – Mule JMS will send the message and be used with an outbound endpoint.

<jms:outbound-endpoint queue="my.queue"/>;

<jms:inbound-endpoint topic="my.topic"/>;

Continue reading