I am sending messages to a remote queue, to which I have no control. I send a xml file as message but when the application reads the message it gets a message header like
At the moment I have a C# service that is reading messages off the queue (Websphere MQ) and writing them in a database.
I have an issue where the call the MQQueueManager constructor is hanging if the queue manager is down.
We use IBM MQ6.1. And use IBM API to send Messages to Queue. As we need to send huge number of messages, was wondering if we can use multithreading and send messages to the same Queue.
I am running a simple Java client to connect to a remote MQ queue. When I run the Java code to read write messages with Alias queue name, it works fine.
I\'m currently working in C# and I need to check the state of the JMS connection that i made (开发者_开发技巧whether it\'s connected / disconnected). I\'m sure that I can connect and disconnect succes
i am looking to set the MQ Header field开发者_StackOverflow中文版 \'PutApplName\' in my java client and access the same in the JMSXAppID field as a JMS header. The documents on the net talk about the
I\'m trying bring up a hello world MDB in JBOSS 5.1 to see how i can get our messaging application into JBOSS 5.1 Messaging. The simple hellow world MDB gives me a wired issue. The MDB deployed fine a
here is my situation. I want to have a browse function for messages pending on a durable subscription which isusing managed queues (so I can not access the subscription\'s queue directly).
I am disconnecting from MQQueue and MQQueueManager with the following code: Queue.Close(); log.Info( \"Queue IsOpen: \" + Queue.IsOpen.ToString() );