Generic - Queue Connector (In) - JMS

Description - Generic to configure a receive JMS


Parameter Groups

 ParameterTypeDescription
*Name:stringJMS connection factory name in JNDI
UserstringUser logon id at broker
PasswordpasswordUser's password at the broker machine
* - denotes required
 ParameterTypeDescription
*Name:stringThe name of the queue or topic to be read
Type:stringSelect queue for point-to-point or topic for publish-and-subscribe

Select from one of the following options:
  • Queue {queue}
  • Topic {topic}
* - denotes required
 ParameterTypeDescription
Local ContextbooleanWhen true, connect to the default JNDI store ignoring the JNDI Factory and JNDI URL properties
URL:stringURL to reach the JNDI server
FactorystringJNDI initial context factory class. Leave blank for default.
* - denotes required
 ParameterTypeDescription
Name:stringIdentifies the subscription on a topic
Durable:booleanA durable subscription is used by an application which needs to receive all the messages published on a topic, including the ones published when there is no active consumer associated with it.
Shared:booleanA shared subscription is used by a client which needs to be able to share the work of receiving messages from a topic subscription amongst multiple consumers. JMS2 only.
Client ID:stringUniquely identifies a subscription.
* - denotes required