JMS Provider is used to connect to JMS Server. While creating JMS Provider, you need to specify the Provider Jar files, which are used to connect to JMS Server. There are several services of Adeptia Connect, which require JMS Provider to connect to JMS Server.
This section describes how to create a JMS Provider activity using the following details:
JMS Server Type | Apache Active MQ |
Transfer Type | Secure |
Provider JAR Files | Activemq-all-5.7.0.jar |
JNDI Factory | org.apache.activemq.jndi.ActiveMQInitialContextFactory |
URL | tcp://localhost:61616 |
User Name | MyUserName |
Password | Mypassword |
Queue Connection Factory | QueueConnectionFactory |
Topic Connection Factory | TopicConnectionFactory |
Steps to create JMS Provider