When a JMS adapter is defined, the connection policy looks as follows:
In the jmsConnection settings we have entries for:
• connectionFactory – The JNDI entry name used to lookup the JMS connection
factory that will be used to connect to the JMS provider.
• user – The userid used to connect to the JMS provider.
• password – The password of the user used to connect to the JMS provider.
In the namingConnection settings we have entries for:
• initialContextFactory
• password
• url
• user
See also:
• IBM Worklight v6.0.0 Getting Started – JMS Adapter – Communicating with JMS – 2013-07-29
JMS Adapter Procedure implementations
Once the adapter has been defined, we can create procedure definitions. These will be the exposed
entry points into the adapter that implement the invocations to the back-end JMS provider.
See also:
• WL.Server.readSingleJMSMessage(options)
• WL.Server.readAllJMSMessages(options)
Page 79
Kommentare zu diesen Handbüchern