Connection properties
This table shows the properties you can specify on the Settings tab of a message queue
connection point:
Property | Description |
---|---|
URL: | Specify the URL of the address to be used by the JMS service. The format is: tcp://<machineName>:<portNumber> . The <machineName> must be the name of the machine that hosts ION. The <portNumber> must be the number of a free port that is less than 50000 and accessible for the clients. In the ION Grid based deployment, it is possible that ION Service is hosted in more than one host. In this case, you must choose the host where the ION Connect Grid application is running. Specify the fully qualified machine name of this host. In this scenario, specifying localhost is not supported |
Queue for Reading: | Specify the name of the queue to use for reading messages. This property is required to read one or more documents from the JMS queue and use them in ION. |
Queue for Writing: | Specify the name of the queue to use for writing messages. This property is required to write one or more documents fromION to the JMS queue. |
Authentication | None: no authentication is required for the
message queues. Basic: a user name and password are required for the message queues. |
User Name: | If basis authentication is used, specify the user name for the queues. The application that is at the other side of the queue must use this to read or write the message queues. |
Password: | If basis authentication is used, specify the password for connecting to the message queues. |
Click
to verify whether the connection details are correct. You are informed whether the test is successful.