• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.


 
permaculture is a more symbiotic relationship with nature so I can be even lazier. Read tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic