• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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
 
No prison can hold Chairface Chippendale. And on a totally different topic ... my stuff:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic