JMS Receiver Connector
It allows message to be sent to 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.
-
Compress Message: The "Compress Message" feature within the MIP involves the application of data compression techniques to messages before they are transmitted. This optimization minimizes the size of messages, reducing the amount of bandwidth required for their transmission. By compressing messages, the system enhances efficiency in data transfer, particularly beneficial in scenarios where network resources are constrained or when large volumes of data need to be transmitted swiftly.
-
Encrypt Message: The "Encrypt Message" feature adds a layer of security to messages by applying encryption before transmission. This ensures that the content of messages remains confidential and protected from unauthorized access during transit. Encryption is crucial for safeguarding sensitive information, making it an integral part of secure communication protocols within the MIP. This feature is particularly valuable in environments where data privacy and security are paramount concerns.
-
Transfer Properties to JMS: The "Transfer Properties to JMS" feature involves the seamless transfer of additional properties or metadata along with the message when it is sent via the Java Message Service (JMS). These properties can include key-value pairs that provide contextual information about the message, such as message type, priority, or any custom attributes. By transferring properties to JMS, the system ensures that the receiving end has comprehensive information about the message, facilitating more intelligent and context-aware message processing.