ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » How to Configure and Implement IBM MQSI 2.1 with Weblogic 8.

Post new topic  Reply to topic
 How to Configure and Implement IBM MQSI 2.1 with Weblogic 8. « View previous topic :: View next topic » 
Author Message
RamamurthyVaranasi
PostPosted: Wed Nov 24, 2004 12:19 am    Post subject: How to Configure and Implement IBM MQSI 2.1 with Weblogic 8. Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
jefflowrey
PostPosted: Wed Nov 24, 2004 4:09 am    Post subject: Reply with quote

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
View user's profile Send private message
RamamurthyVaranasi
PostPosted: Wed Nov 24, 2004 5:02 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
jefflowrey
PostPosted: Wed Nov 24, 2004 5:10 am    Post subject: Reply with quote

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
View user's profile Send private message
RamamurthyVaranasi
PostPosted: Wed Nov 24, 2004 6:21 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
jefflowrey
PostPosted: Wed Nov 24, 2004 7:14 am    Post subject: Reply with quote

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
View user's profile Send private message
RogerLacroix
PostPosted: Wed Nov 24, 2004 10:19 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
RamamurthyVaranasi
PostPosted: Wed Nov 24, 2004 9:09 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
RustyNuts
PostPosted: Thu Nov 25, 2004 1:24 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » How to Configure and Implement IBM MQSI 2.1 with Weblogic 8.
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.