Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello team,
i have a problem. i can connect to SonicMQ broker.
i have add modules : (libraries from sonic support)
mfcontext.jar
sonic_Crypto.jar
sonic_Client.jar
sonic_XA.jar
mgmt_client.jar
but when stop the studio, and start studio project, the libraries are no longer loaded and no longer in the list of modules
and i have error
here add all libraries sonic MQ do as support Sonic tell me.
Does the company Aurea (ESB sonic) have to make a unique jar and in a certain way so that Talend can connect jms.
Does anyone use sonic esb with their tail system (sonic MQ)?
ok now i have add 5 jar library from support Aurea Sonic
i have this error, but im sure my log and password
ok now i want add domain information for connect sonicMQ Broker. Where can i do this ?
thanks
Hey,
its work now 🙂 Talend read/write on SonicMQ. (see screenshots)😅
1) create a simple text
2)tJMSOutput config
2.1) tJMSOuput Advanced Parameters : im obligated to specify 3 parameters :
a) the Domain (key sonic : "com.sonicsw.jndi.mfcontext.domain" value : yournameDomain
b) the user (key sonic : "java.naming.security.principal" value : yourUserName
c) the password (key sonic : ""java.naming.security.principal"" value : yourPassword
Why im obligated, because when sonic create an initial context the user /pass is passing into parameter. But in your code java, you create your initialContext before passing user/pass.
3) tJMSInput config
3.1) tJMSInput Advanced Parameters : see before why.
1)
2)
2.2)
3)
3.2)