Java Messaging Service Connector Guide > JMS connections overview > JMS target properties
  

JMS target properties

After you define a target for a JMS connection, you can publish the connection on a Secure Agent. You can then access the event target in a process and deploy the process on a Secure Agent to publish the events generated by the event target downstream.
To create event targets for a JMS connection, click Add Event Target on the Event Target tab. Select the event target type as JMS Writer. You can add one or more event targets for each JMS connection that you create.
The following table describes the basic event target properties that you can configure:
Property
Description
Name
Required. The event target name that appears in the Process Designer. The name must be unique for the connection.
The name must start with an alphabet and can contain only alphabets, numbers, or hyphens (-).
Description
Optional. A description for the JMS event target that appears in the Process Designer.
The following table describes the advanced event target properties that you can configure:
Property
Description
Target Type
Required. The JMS destination, such as the queue or topic that the connector will send messages to.
Queue or Topic Name
Required. The name of the queue or the topic to which the messages need to be sent.
Priority
Select the priority of the message that needs to be sent. 1 is the lowest priority and 9 is the highest priority.
Dynamic Message QoS
Select Yes to dynamically override the Quality of Service (QoS) at run time using headers, such as JMSPriority, JMSDeliveryMode, and JMSExpiration.
Time To Live
Enter the maximum time duration in milliseconds for which a message will be retained by the JMS broker before the message is discarded.
Default value is -1. -1 indicates that the message will never expire.
Content Format
Required. The message content type that needs to be processed. You can select Text, XML, or JSON.
The default content format is text.
The following table describes the other settings that you can configure:
Property
Description
Other Attributes
Enter a URL-encoded list of other broker-specific attributes that you want to configure for the event target. Use the & symbol as the separator.