Hi.
I have not used MQ in java, but maybe this will help from VB.
When you put a message that may need conversion, try setting the message descriptor format to MQFMT_STRING. In VB this looks like:
md.Format = MQFMT_STRING
This should allow you to read it in the mq explorer.
If you need to...
What exactly is your error?
Have you been using this in production and it's suddenly failing? Or are you developing your programs now and having difficulties connecting?
Your question and response are too vague to give you any sure answers.
When I read your question, it appeared that this was...
If they're using the VB samples that came with MQ, my first thought is that the queue manager is not set up properly.
They should also check out the CompCode and ReasonCode in the Application Programming Reference Summary & Application Programming Reference.
If the CompCode is MQCC_WARNING...
Here's an update.
For our early development, we're using the 60-day trial version for testing.
We moved everything to our licensed copy of MQSeries and the trigger monitor service worked fine.
We're still not sure why it doesn't work with the 60-day trial version.
If anyone can shed light on...
We currently have set up all of the queues & processes for triggering on a Win2K machine with MQSeries vs 5.
If we run the trigger with runmqtrm... then the trigger works great with our executable. However, if we use the Trigger Monitor in MQServices, the trigger does not work.
We also tried to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.