Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Document Types | Publishing Documents as JMS Messages
 
Publishing Documents as JMS Messages
 
Creating a Launch Configuration to Publish a Document as a JMS Message
Publishing a Document as a JMS Message
You can create a launch configuration that publishes an instance of an IS document type to a JMS provider. By using a launch configuration to publish the JMS message, you can test the document type in a JMS solution without needing to build a service that sends the document type as JMS message. You can also test any JMS triggers that receive messages from the destination specified in the launch configuration and subsequently any services or business processes that might be invoked by the JMS trigger.
In the launch configuration, you specify the JMS connection alias to use to send the JMS message, the destination for the JMS message, and contents for the document, message header, and message properties. When you run the launch configuration, Integration Server uses the supplied information to create a JMS message in which the document contents become the body of the JMS message. Integration Server sends the JMS message to the JMS provider in the assigned JMS connection alias.