Author |
Message
|
dhakshinabalu |
Posted: Thu Nov 03, 2005 2:28 pm Post subject: How JMSAdmin.Config in MQ\Java\bin helptoConfig WebLogic- MQ |
|
|
Novice
Joined: 31 Aug 2004 Posts: 20 Location: Toronto
|
In the process configuration I came to know
I need to configure the JMSAdmin.config resides in C:\IBM\Source\WebSphere MQ t_en_us\MSI\Program Files\IBM\WebSphere MQ\Java\bin
Can you please any help me, how does it works
regards _________________ dhakshinabalu |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Nov 03, 2005 2:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
There is a section in the using java manual that goes into detail on the various context factories you can use and the provider URL that you need to supply with them. My advice would be start with the file system context. I find it the simplest to use. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 03, 2005 3:31 pm Post subject: Re: How JMSAdmin.Config in MQ\Java\bin helptoConfig WebLogic |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
dhakshinabalu wrote: |
In the process configuration I came to know
I need to configure the JMSAdmin.config resides in C:\IBM\Source\WebSphere MQ t_en_us\MSI\Program Files\IBM\WebSphere MQ\Java\bin
Can you please any help me, how does it works
regards |
You do not need or want to touch that particular JMSAdmin.config. That particular JMSAdmin.config is the file that is used by the MQ installer, and will not be used by the normal product operation. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dhakshinabalu |
Posted: Fri Nov 04, 2005 7:10 am Post subject: How to Link MQ5.3 and Weblogic 8.0 JMS |
|
|
Novice
Joined: 31 Aug 2004 Posts: 20 Location: Toronto
|
Hi Jeff
How can read the messages from MQ5.3,
(My Scenario is I have MQ5.3 running in my window machine, somebody already put the messages in Queue-INQ_LISTION, QueueMGr-QMGR1
Now I have read the message using MDB point to Weblogic 8.0 running in my machine.
My Question how to point my INQ_LISTION, QMGR1 in the Weblogic
Can you Please correct me the list of things I did and add other steps
1)I have createdJMS Connection Factory -Scheduler-with JNDI Name(Capstone)
2)I have created Foreign JMS Server called MQJNDI
JNDI Connection URL--file:/MQJNDI/
Foreign ConnectionFactory MQ_QCF
What are the things need to be done?
Next as per my understanding how the Weblogic and MDB know
Listen to my localhost MQ5.3 & my QueueMgr-QMGR1 & QueueName-INQ_LISTION?
please add what are the other steps?
As per documents I read JMSAdmin.config file have a section
<InitCX Factory=com.sun.jndi.fscontext.RefFSContextFactory
<provider URL=file:/C:/JNDI -Directory
INitCX>Define Q () Queue(Default) Persistenece etc
so JMS AdminConfig is in MQ 5.3
regards _________________ dhakshinabalu |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Nov 04, 2005 9:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Unless you did something very strange, files in c:\IBM\Source\ are files that were unpacked from the installer.
The JMSAdmin.config file you want to mess with will be the one in your actuall installation directory, which will (unless you did something strange) be something OTHER than c:\IBM\Source.... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dhakshinabalu |
Posted: Fri Nov 04, 2005 10:53 am Post subject: Steps for Configuring MDB in WebLogic8 listen the MQ5.3mesgs |
|
|
Novice
Joined: 31 Aug 2004 Posts: 20 Location: Toronto
|
Hi Jeff
I have not done any thing Strange
Can you correct the steps need to be done(which I wrote) or write all the steps
I have my IBM MQ is in C:\Program Files\IBM
--------------------------------------------------------
How my MessageDrivenBean listen to Queue INQ_LISTION, QMgr-QMGR1
message in MQ5.3
you know MessageDrivenBean has onMessage()method
regards _________________ dhakshinabalu |
|
Back to top |
|
 |
|