Queue
Creating a Java Message Queue Connection
To connect to a Java message queue, you need to have first created a JNDI connection.
In the Flow Designer, click the
icon, select Queue, and enter a name for the connection. Enter the connection properties in the inspector.
You can create system or user connections in the management console: click Settings > Connection > Queue > New.
Setting Queue Connection Properties
| Property | Description | ||||
|---|---|---|---|---|---|
| Connection Name | Enter a unique name. | ||||
| JNDI | Select a JNDI connection from the list. | ||||
| Queue Connection Factory | Enter a queue connection factory name. | ||||
| Username | Enter the username to authenticate with. | ||||
| Password | Enter the password of the user. | ||||
| Dynamic | Enable this option to use the DynamicConnection component to change the connection definition while the flow is running.
|