JMS Sender Connector
It allows retrieving messages from a specific queue.
Required Connector Properties
-
Queue Name: A queue name specifies the name of a particular queue, providing access to that queue. Queue names are used by both message producers and consumers in JMS applications.
-
Max. Concurrent Customers: Max Concurrent Consumers refers to a configuration parameter in messaging systems, including those utilizing the Java Message Service (JMS). It denotes the maximum number of concurrent consumers (message receivers) that can simultaneously process messages from a specific destination, such as a queue or topic.
-
Retry Interval: Retry Interval is a configuration parameter commonly used in JMS and other distributed processing frameworks. This setting determines the time interval between consecutive attempts to process or deliver a message that has previously encountered a failure.