Java Messaging Service Connector Guide > JMS connectors overview
JMS connectors overview
JMS Connector replaces the traditional method of creating a messaging service in the Application Integration Console and then establishing the connection between Java applications and messaging brokers.
JMS Connector offers the following benefits:
•Decoupling: Enables applications to operate independently, improving scalability and reliability.
•Reliability: Provides guaranteed message delivery and supports transactional messaging.
•Flexibility: Supports various messaging patterns, including point-to-point, publish-subscribe, and request-response.