JMS Topics are used to send and receive messages using the
publish/subscribe messaging model. Products that support this
protocol include TIBCO, MQSeries and WebLogic.
The MPL uses a JNDI
server to locate the topic resource.
- Define a JMS
Topic receiver, listening to a predefined JMS
Topic.
- The other application builds an XML message based on the
schema defined for that service.
- It sends the XML request to the predefined topic and
specifies the reply topic name.
- The MPL reads the message from the Topic, executes the
service and returns the response to the reply topic specified
in the inbound message.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.