Author |
Message
|
RamamurthyVaranasi |
Posted: Wed Nov 24, 2004 12:19 am Post subject: How to Configure and Implement IBM MQSI 2.1 with Weblogic 8. |
|
|
Newbie
Joined: 23 Nov 2004 Posts: 5
|
Hi,
Can anybody please help me in configuring and implementation of IBM MQSI2.1 with weblogic 8.1
First i will explain about my applcation briefly....My applcation has to generate an XML message and place it in JMS Queue whenever there is a change in some detailsActually, at first my application is designed to place messages in JMS Queues whenever there is a change in database through online process.
Now i have to place these XML messages in IBM MQSI 2.1 queues.
Pls suggest me how to proceed and how to configure IBM MQSI 2.1 with Weblogic 8.1 and also suggest me some material on this.
Thanks in Advance
Regards
Ram _________________ Rama Murthy V
Software Engineer
Chennai |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 24, 2004 4:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Do you need help with the WebLogic setup?
Do you need help with the JMS code to write a message to a queue?
Do you need help configuring WebSphere MQ to put messages in the right place, either over channels or not?
There is not, as far as I know, any need to "configure WebLogic with MQSI 2.1". You should rely on WebSphere MQ to connect the two. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RamamurthyVaranasi |
Posted: Wed Nov 24, 2004 5:02 am Post subject: |
|
|
Newbie
Joined: 23 Nov 2004 Posts: 5
|
Hi Jeff,
Thanks for your response.
I try to explain it clearly....Actually I developed an application which creates and places XML messages in JMS Queues(weblogic 8.1).
Now i have to place these XML messages in IBM MQSI 2.1 Queues.
But, i don't know how to do this.
1)can u please guide me how to place the XML messages in IBM MQSI 2.1 ?
i am new to this IBM MQSI 2.1,past i worked on JMS Queues.
At present my application is running on BEA weblogic 8.1
Thanks & Regards
Ram _________________ Rama Murthy V
Software Engineer
Chennai |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 24, 2004 5:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need to configure WebLogic so that it uses WebSphere MQ as a JMS provider, and then your applications will write to WebSphere MQ queues instead of JMS queues.
There has been several discussions here about how to configure WebLogic to use WebSphere MQ.
Then you need to configure WebSphere MQ to move those messages onto queues that are being read by WMQI (version 2.1 of MQSI is called WMQI).
You can do this second thing by setting the JMS destinations to point to the actual queues, or you can use channels if WMQI is using a different queue manager than WebLogic. This is basic WebSphere MQ administration, and your WebSphere MQ Administrator should know how to do this, or you should if you *are* your WebSphere MQ Administrator. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RamamurthyVaranasi |
Posted: Wed Nov 24, 2004 6:21 am Post subject: |
|
|
Newbie
Joined: 23 Nov 2004 Posts: 5
|
Hi Jef,
First, I am very much Thankful to you that you have given me an idea how to proceed.
Can you please guide me and refer some material "how to configure WebLogic 8.1 so that it uses WebSphere MQ(WQMI) as a JMS provider, and write my messages to WebSphere MQ queues instead of JMS queues".
I am not an MQ Administrator, here i am a Software Engineer in this project and i asked to place the messages in MQ queues(in WQMI).
Can you please guide me, so that i can successfully place these Messages in Queues.
Waiting for your reply
Thanks & Regards
Ram _________________ Rama Murthy V
Software Engineer
Chennai |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 24, 2004 7:14 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
contact admin wrote: |
Can you please guide me and refer some material "how to configure WebLogic 8.1 so that it uses WebSphere MQ(WQMI) as a JMS provider, and write my messages to WebSphere MQ queues instead of JMS queues". |
I already gave you as much guidance as I can
JeffLowrey wrote: |
There has been several discussions here about how to configure WebLogic to use WebSphere MQ. |
contact admin wrote: |
I am not an MQ Administrator, here i am a Software Engineer in this project and i asked to place the messages in MQ queues(in WQMI). |
Do you have an MQ administrator available? Some of the changes will require MQ Administration. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Nov 24, 2004 10:19 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Go to BEA's web site (or google for it) and get the manual called:
Using Foreign JMS Providers with WebLogic Server
It has everything you need.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
RamamurthyVaranasi |
Posted: Wed Nov 24, 2004 9:09 pm Post subject: |
|
|
Newbie
Joined: 23 Nov 2004 Posts: 5
|
Hi Jef & Roger,
Thanks for your Information.
I started working on that.....I hope i can do that with the information i got till now.
Thanks & Regards
Ram _________________ Rama Murthy V
Software Engineer
Chennai |
|
Back to top |
|
 |
RustyNuts |
Posted: Thu Nov 25, 2004 1:24 pm Post subject: |
|
|
Newbie
Joined: 25 Nov 2004 Posts: 1 Location: Minnesota
|
Here's another approach, perhaps:
"The WebLogic Messaging Bridge allows you to configure a forwarding mechanism between any two messaging products—thereby, providing interoperability between separate implementations of WebLogic JMS or between WebLogic JMS and another messaging product. You can use the WebLogic Messaging Bridge to integrate your messaging applications between:
* Any two implementations of WebLogic JMS, including those from separate releases of WebLogic Server.
* WebLogic JMS implementations that reside in separate WebLogic domains.
* WebLogic JMS with a third-party JMS product (for example, MQSeries).
....."
The URL is http://e-docs.bea.com/wls/docs81/ConsoleHelp/messaging_bridge.html[/list] |
|
Back to top |
|
 |
|