Team,
Problem Statement: We have our Monolith -
Struts 1.2x application running in Weblogic for a customer.
As part of System Integration, Customer has published API over IBM MQ in their side.
From our application we have to send request/push Message to the Customer's MQ
Approaches We tried
a) We tried ibmmqclient. jar and jms api .jar , developed PushService code, when deployed inside WAR at WebLogic,
it was conflicting with weblogic jms implementation.
Other Approaches :
a) Do we have to use Weblogic Foreign JMS Approach?
b) Is there any IBM MQ Resource adapter which can be deployed in Weblogic?
Kindly Suggest