06-13-2017 03:01 PM
SnapLogic supports JMS standard through the JMS Snap Pack however it doesn’t support most of the major JMS providers including JBoss. Is there anyone who knows a client that using a JMS snaps such as JMS Acknowledge or JMS Consumer? We need a customer reference to talk to and assess his experience for using JMS provider: HornetQ for JBoss.
06-13-2017 04:44 PM
We have not done for JBoss but JMS Consumer and JMS Acknowledge does work
on SQS queue.
I am not sure how different JBoss is from SQS.
What is the issue?
Thanks & Regards,
Naveen
06-13-2017 06:31 PM
we have used jms snappack to talk to active mq, aws sqs, websphereMQ successfully in field and I see that JBOSS EAP uses activemq artemis as a JMS broker for mesaging subsystem so based on past experience we can with reasonable certainity say that with right configuration we can make it work with HornetQ too, attached are few pics of the activeMQ as well as artemis jms configuration (I am yet to test the artemis piece but activeMQ is tested). TBH I have never worked with HornetQ so out of curiosity I searched for HelloWorld kind of program and found this ref - Chapter 7. Using JMS
For talking to the JBoss JNDI Server, the jndi properties will look something like this:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://myhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
ConnectionFactory = ConnectionFactory
I think with relevant jar’s and this configuration you should be able to talk to HornetQ via JMS snap pack, I strongly suggest you give it a try and let us know how it goes, I would start with my existing Java HornetQ client code, reference the connestion properties in this code and configure JMS account accordingly.
06-15-2017 08:31 AM
There is no issue currently except that SnapLogic doesn’t support officially JBoss JMS provider. It only supports SQS and ActiveMQ. We were able to configure the JMS snaps successfully with JBoss however we are afraid that if we run into issues in future then we will be stuck without SnapLogic support especially that we are using it for a major project with high visibility.
What I wanted from this question is not configuration steps but rather a customer reference or testimony from any client here in this community or if you know someone who used it successfully. We need to hear from them and assess their experience before we go Live with this the solution without SnapLogic support.
06-15-2017 03:26 PM
Thanks for clarifying that. I have recently done SQS but not JBoss.
Unfortunately, I cannot answer and I will look for other clients answers.
Thanks & Regards,
Naveen