Java Messaging Service Connector Guide > JMS connections overview > Using a JMS connection in a process
  

Using a JMS connection in a process

After you create an JMS connection, you can use it in a Service step in a process.
  1. 1Add a Service step to the process.
  2. 2Click the Service tab.
  3. 3From the Service Type list, select Connection.
  4. 4From the Connection list, browse and select the an Azure Event Hubs connection that you created.
  5. 5From the Action list, select the action that you want to perform on JMS Connector. For example, select JMSWriter to write new messages to JMS message brokers as shown in the following image: The image shows a process that includes a JMS connection.
  6. 6Configure further steps as needed.
  7. 7Validate, save, and publish the process.