Author |
Message
|
rajakmra |
Posted: Tue Dec 20, 2011 12:43 am Post subject: What are the possible ways to integrate weblogic with mq |
|
|
Newbie
Joined: 20 Dec 2011 Posts: 9
|
Dear All,
I'm trying to connect Weblogic Server 10.3.2 with IBM MQ V 7.0. I came to know that, the following are the options.
1. Standalone Java Prog inside Weblogic which uses MQ JAVA/MQ JMS API
2. Using Messaging Bridge
3. Using Foreign Server
I need the suggestion here. Which one is feasible compare to other?
Do we have anyother options available to integrate Weblogic Server with IBM MQ?
Can you please throw some light here for my understanding? |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 20, 2011 9:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
They're all feasible. They all have different strengths and weaknesses...
It depends on what you are trying to achieve and on your overall architectural design...
Although looking at your list I would discard option #1.
This could just as well be achieved through option #3
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
rajakmra |
Posted: Wed Dec 28, 2011 1:01 am Post subject: |
|
|
Newbie
Joined: 20 Dec 2011 Posts: 9
|
Thanks a lot for your valuable comment. We are using Foreign JMS Server to made a connection between Weblogic and MQ with the binding files. It's working good. Now we are planning to enable SSL between Weblogic and MQ connections.
Can you please assest me to enable 2-way ssl between them. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 28, 2011 5:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
rajakmra wrote: |
Thanks a lot for your valuable comment. We are using Foreign JMS Server to made a connection between Weblogic and MQ with the binding files. It's working good. Now we are planning to enable SSL between Weblogic and MQ connections.
Can you please assist me to enable 2-way ssl between them. |
This is a standard ssl setup. Get help from your security team.
Quirks: for the qmgr the CN (Common Name) should be the qmgr name and the label name needs to be (lower case) ibmwebspheremqqmgrname (all lower case). Use the gskit to get the store in the right format (cms) for the qmgr. WebLogic will need to use a JKS type store.
Again if you have never done that, enlist the friendly help of your security expert, and read the documentation first.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
k_anand2585 |
Posted: Wed Jan 04, 2012 7:21 pm Post subject: |
|
|
Acolyte
Joined: 03 Nov 2011 Posts: 50
|
Hi Raj,
can you provide doc or steps to configure foreign JMS server (weblogic) with Mq 7 as we have schedulled this integration to check the compatibilty and performance issues .
Weblogic 10.3.2 also a sample java application if possible
Regards,
ken |
|
Back to top |
|
 |
|