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.



Terraform Infrastructure as Code (IaC) for AWS

 Terraform is an Infrastructure as Code (IaC) tool that enables you to provision and manage AWS infrastructure using a declarative configura...