• 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

problem whit MQQueueManager

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone.
I have a problem whit MQ message.
I have mq 5.3 server install in my pc.

I did this code...


When I run locally, works fine. but when I try to connect and send a message in a server it will fail in
qMgr = new MQQueueManager(qMgrName);

the error log said:

MQJE001: Se ha producido una excepción de MQ: Código de terminación 2, Razón 2009
MQJE016: El gestor de colas MQ cerró el canal inmediatamente durante la conexión
Motivo del cierre = 2009
MQJE001: Código de terminación 2, Razón 2009

CODE 2 REASON 2009.


THe error said: "I don't know the queue or I couldn't find it"

I don't know why this occurs.

Thanks in advance.


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic