Hi all, Below example is for ActiveMQ. What should be used for Weblogic JMS ?
ConnectionFactory connectionFactory =
new org.apache.activemq.ActiveMQConnectionFactory(“tcp://localhost:61616”);
Sorry, I won’t be able to help personally.
But as WebLogic is a commercial product from Oracle, the official documentation and the Oracle support would probably be the best place.
WebLogic JMS Fundamentals seem to say the correct class is weblogic.jms.ConnectionFactory
Ok, Thank you… Will take a look