...
For | IBM MQ JMS provider | ||
|---|---|---|---|
Minimum required JARs |
| ||
Typical provider URL pattern | The directory path containing the .bindings file. Example:
| ||
Factory class | IBM MQ JNDI Initial Context factory class
| ||
Connection Factory | ConnectionFactory name as defined in the .bindings file. | ||
JMS messaging without JNDI | Under the properties tab, define the following properties:
| ||
| Additional information | IBM's JNDI provider authenticates itself with the IBM MQ server by sending the user's login name. This is typically the username that was provided when logging into the workstation before starting SOAtest/Virtualize. If the MQ server does not recognize the username, then your tool will fail with the error "javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager". This error can be resolved by adding a Windows user account on the IBM MQ server machine. This account should 1) have the same username as the account on the local machine where SOAtest is running and 2) be a member of the "mqm" IBM MQ Administration Group.Alternatively, use a different username by changing the value of the user.name Java System property. This system property can be configured by starting SOAtest using | ||
Learn more |
...