Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » QAnywhere Plug-in Help » QAnywhere plug-in property sheets

Connector property sheet: General tab Next Page

Connector property sheet: JMS tab


The JMS tab of the Connector property sheet has the following components:

Receiver destination    Enter the queue name used by the connector to listen for messages from JMS targeted for QAnywhere clients. This sets the xjms.receiveDestination property.

JNDI factory    Shows the factory name used to access the external JMS JNDI name service. You can edit the name in this field. This sets the xjms.jndi.factory property.

URL    Shows the URL to access the JMS JNDI name service. You can edit the URL in this field. This sets the xjms.jndi.url property.

User name    Shows the authentication name to connect to the external JMS JNDI name service. You can edit the user name in this field. This sets the xjms.jndi.authName property.

Password    Shows the authentication password to connect to the external JMS JNDI name service. You can edit the password in this field. This sets the xjms.jndi.password.e property.

Queue factory    Shows the external JMS provider queue factory name. You can edit the queue factory name in this field. This sets the xjms.queueFactory property.

User name    Shows the user ID used to connect to the external JMS queue connection. You can edit the user name in this field. This sets the xjms.queueConnectionAuthName property.

Password    Shows the password to connect to the external JMS queue connection. You can edit the password in this field. This sets the xjms.queueConnectionPassword.e property.

Topic factory    Shows the external JMS provider topic factory name. You can edit the topic factory name in this field. This sets the xjms.topicFactory property.

User name    Shows the user name used to connect to the external JMS topic connection. You can edit the user name in this field. This sets the xjms.topicConnectionAuthName property.

Password    Shows the password to connect to the external JMS topic connection. You can edit the password in this field. This sets the xjms.topicConnectionPassword.e property.

Dead message destination    Shows the address that a message is sent to when it cannot be processed. Enter the queue name to be used for dead messages.

See also