Hello,
this is a new POC for us to look for possible use cases for Rabbit MQ where we would like to connect Rabbit MQ with our WebLogic 12c based application. setup would be like
Client application --> Push messages to Rabbit MQ -->Consumer-->Application running over WebLogic
as far as my reading towards it, there is no direct inbuild adapter but some pics of Java code has to e written to connect Rabbit MQ and weblogic JMS queue( like message wil be pushed from MQ to weblgic JMS) and we can have a consumer from JMS to do rest of work.
Has anyone done some work around this area and guild me how best we can achieve this one.