Does WM 6.0.1 SP2 support Sonic V6.0. I am running an eval version of Sonic MQ broker and trying to make connection to Sonic MQ context registered through JNDI. I am able to create a JMS Queue Connection successfully but when I create an Adapter service to invoke the queue connection factory to send a message to the queue (jms destination), it bombs giving me the exception as below,
com.wm.pkg.art.error.DetailedServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service Armstrong.Utils:SendMsgToSonic.
[ART.114.505] Error while invoking adapter service com.wm.adapter.wmjms.service.WmJMSSend.
progress.message.jclient.QueueConnectionFactory
at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:125)
at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:116)
at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:103)
at com.wm.pkg.art.ns.AdapterServiceNode.invokeService(AdapterServiceNode.java:649)
at com.wm.pkg.art.ns.ARTNSService.baseInvoke(ARTNSService.java:47)
These are the connection properties setup for the jms queue connection config:
Transaction Type: LOCAL_TRANSACTION
JNDI Initial Context Factory: com.sonicsw.jndi.mfcontext.MFContextFactory
JNDI Provider URL: tcp://localhost:2506
JNDI Security Principal
JNDI Security Credentials
JNDI Other Properties: connectId=<connect ID I am suing for this conn factory)
QueueConnectionFactory JNDI Name: <jndi>
JMS user: <username>
JMS password : <password>
Retype JMS password
Any input would be great!
Thanks,
Bharath
#webMethods#Integration-Server-and-ESB