I have configured JMS Module in the weblogic console with com.rabbitmq.jms.admin.RMQObjectFactory as
JNDI Initial Context Factory and i am getting this error
"java.lang.ClassCastException: com.rabbitmq.jms.admin.RMQObjectFactory cannot be cast to javax.naming.spi.InitialContextFactory" when i try to lookup for the connection.
Anyone has successfully configured JMS Module for RabbitMQ and lookup resource using JNDI for publish? Please help.