is their a way to create IBM resource adapter admin object in domain mode by host level ?

Posted on

In our JBoss EAP 7.4 domain mode setup, we have two servers within the same server group. Each server hosts a different MQ queue, named queue1 on Server 1 and queue2 on Server 2. When the application requests access to java:/queue/messageQueue, we aim to route messages to IBM queue1 on Server 1 and queue2 on Server 2. However, we encounter an issue: we cannot create two separate admin objects with the same JNDI name in the same profile.

Given this constraint, we seek a solution to configure admin objects at the server level, ensuring that each message is directed to the correct queue without modifying the application.

Responses