Author |
Message
|
rashidg |
Posted: Mon Mar 04, 2002 5:24 pm Post subject: |
|
|
Novice
Joined: 03 Mar 2002 Posts: 19
|
Dear all,
Can anybody tell me how to integrate IBM MQ with Weblogic + MessageDriven Bean.
Any response will be highly aprreciated.
Thanks.
Rashid |
|
Back to top |
|
 |
kolban |
Posted: Wed Mar 06, 2002 8:11 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Grey area. In principle, you should be able to plugin the javax.jms classes as well as IBM's com.ibm.mq.jms classes. In the Connection Factory and Queue managed objects if you refer to IBM's JMSAdmin created entries .... it may work. |
|
Back to top |
|
 |
rashidg |
Posted: Thu Mar 07, 2002 2:07 am Post subject: |
|
|
Novice
Joined: 03 Mar 2002 Posts: 19
|
Thanx for your reply. Is there any document???
Regards
Rashid
|
|
Back to top |
|
 |
kolban |
Posted: Thu Mar 07, 2002 6:01 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
|
Back to top |
|
 |
rashidg |
Posted: Thu Mar 07, 2002 4:31 pm Post subject: |
|
|
Novice
Joined: 03 Mar 2002 Posts: 19
|
Hi Kolban
Document on how to configure MDB listening to MQ, what all changes in Deployment Descripotor, etc.
Thnx
Rashid |
|
Back to top |
|
 |
kolban |
Posted: Thu Mar 07, 2002 5:04 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
I am thinking that should be part of the WebLogic documentation. Pay special attention when it refers to the QueueConnectionFactory and the Queue managed objects which are usually defined in JNDI. This will be the glue to MQSeries. |
|
Back to top |
|
 |
BernhardLenz |
Posted: Fri Apr 12, 2002 11:48 am Post subject: |
|
|
Newbie
Joined: 11 Apr 2002 Posts: 1
|
Weblogic does not provide any tools to pin "foreign" objects to its own jndi tree. However IBM MQ comes with a nice tool that theoretically should be able to do this: JMSAdmin. However it seems that JMSAdmin explicitly checks for jndi contexts to be either LDAP or FSContext. JMSAdmin throws an exception if the context is WLInitialContextFactory.
Why does IBM limit JMSAdmin to certain JNDI providers since JNDI is implementation independent? |
|
Back to top |
|
 |
|