How to expose the same service interface over HTTP and JMS endpoints in TIBCO BusinessWorks.
book
Article ID: KB0093764
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description: There may be a requirement where a service needs both HTTP and JMS binding to expose the same service on JMS for some clients, and on HTTP for other clients.
Resolution
This can be done by adding two endpoint bindings while configuring the service. On one end point we can bind with JMS transport and on other end point we can add the HTTP transport. In the resultant WSDL, we would have two binding corresponding to JMS and HTTP respectively.