• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

How to Connect IBM MQ from Web Application deployed in WebLogic 12 C

 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
You’ll find me in my office. I’ll probably be drinking. And reading this tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic