• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HOW-CONFIGURE FOREIGN JMSCONNECTIONFACTORY&QUEUE IN WEBLOGIC 8.1 TO ACCESS MQ5.3(Msgs

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ALL
WHAT,HOW-CONFIGURE FOREIGN JMSCONNECTIONFACTORY&QUEUE IN WEBLOGIC 8.1 TO ACCESS MESSAGES IN MQ5.3
have created Foreign JMS Server MQJNDI and
Foreign JMSConnection Factory -MQ_QCF in WebLogic 8.1 to access the MQ messages also sitting in my machine(MQ5.3, Weblogic 8.1 both in my machine)

How to Configure Foreign JMS QUEUE in weblogic 8.0
I have messages setting my MQ5.3 Queue Manager name-QMGR1 and Queue Name-INQ_LISTION

now I try to read the messages using JMS -Weblogic

it throws error
It can not able to get foreign provider Intial Context, what ever JMS Connection Factory I configured in weblogic 8.1 is MQ_QCF
unable to read Foreign JMSConnection Factory -MQ_QCF
-------------------------------------------------------------------
This is the error

InitialContext = javax.naming.InitialContext@a1807c
javax.naming.NameNotFoundException: MQ_QCF
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic