Hello,
We would like to use Siebel IP15 with RabbitMQ. RabbitMQ doesn't support JMS so we are using JMS client and broker plug-in. Below is link to plugin
The issue is that we receive error when are trying to receive message from MQ. Below is error:
SiebelJMSException errorSubtype=LOOKING_UP_CONNECTION_FACTORY (wrapped exception = javax.naming.NameNotFoundException: RMQConnectionFactory)
Accordingly to My Oracle Support article "Error SBL-EAI-05102 JNDI error javax.naming.NameNotFoundException (Doc ID 526408.1)"
The exception ‘javax.naming.NameNotFoundException:’ indicates a failure to locate the the ConnectionFactory and/or SendQueue parameters as supplied to the EAI JMS Transport.
For:
- We use "RMQConnectionFactory" as JNDI name for (Queue or Topic) connection factory
- jndi.properties setted java.naming.factory.initial=com.rabbitmq.jms.admin.RMQObjectFactory
Maybe someone knows how the error could be fixed?
Below are links are resources what where used:
Best regards,
Peteris