JMS connection

Java Message Service (JMS) is a Java-based API standard for consuming and producing messages that enables communication between enterprise Java applications. This connection can only be used in StreamSets flows.

Create a connection to JMS

To create the connection asset, you need these connection details based on your deployment:

StreamSets

  • JMS initial context factory: The fully qualified class name of the factory class that creates the initial context.
  • JNDI connection factory: The Java Naming and Directory Interface connection factory.
  • JMS provider URL: The network location and port for a JMS messaging server.

Credentials

Select Use credentials to optionally enter credentials for this connection.

  • Username and password

Additional properties

  • Additional Security Properties: These are key-pair values appended to the additional configurations in the stage. These properties take precedence over the other properties defined in additional stage properties.

Learn more