Saturday, April 7, 2012

Oracle Service Bus 11.1.1.5. Produce a message for JMS Queue/Topic

Oracle Service Bus 11.1.1.5. Produce a message for JMS Queue/Topic
In this thread we will create a Business Service which sends a message to either a JMS queue
or to a JMS topic.

  • Create a new OSB project WritingToAJMSDestination and create a business folder within it.
  • Create a new business service and name it JMSProducer.
  • Navigate to the General tab.
  • Set the Service Type option to Messaging Service.


  • Navigate to the Messaging tab.
  • Set the Request Message Type option to Text.



  •  Navigate to the Transport tab.
  •  Select jms for the value of the Protocol drop-down listbox.
  •  Enter jms://localhost:7001/weblogic.jms.XAConnectionFactory/jms.
    DestinationQueue into the EndpointURI field and click Add.



  •  Navigate to the JMS Transport tab.
  •  Set the Destination Type option to Queue.
  • Set the Message Type option to Text.
  • Set Response queues option to None.



OCI Knowledge Series: OCI Infrastructure components

  Oracle Cloud Infrastructure (OCI) provides a comprehensive set of infrastructure services that enable you to build and run a wide range of...