ibm-mq
Websphere 7 MQueue: how to access queue depth from Java?
I\'d like to write some code to monitor the queue size on We开发者_开发知识库bsphere 7 MQ. This is the code I\'ve come up with[详细]
2023-04-12 16:42 分类:问答How to use SetBytesProperty and GetBytesProperty in WebSphere MQ?
I have a problem with SetBytesProperty / GetBytesProperty methods pair on MQMessage class (I\'m using WebSphere MQ Client 7.0.1.6). I can successfully send sbyte array in property to queue but once I[详细]
2023-04-12 03:08 分类:问答Not seeing message properties that I set explicitly (Spring/JMS/MQ)
Two separate processes are communicating via JMS over MQ. The writer sets a string property: new MessageAction() {[详细]
2023-04-11 01:26 分类:问答Do selectively dequeued messages stay in FIFO order (MQ)?
Using JMS & WebSphere MQ, if I use a message selector to selectively dequeue, and there are several messages with the same selection criteria, am I guaranteed to dequeue the first message that mat[详细]
2023-04-10 08:13 分类:问答How to identify the websphere MQ listner port is down from code level
I want to monitor mq listener status whether is up or down. If the connection is down i want to track it down and made a changes accordingly through my program. Is there a way to achieve 开发者_开发问[详细]
2023-04-09 12:28 分类:问答IBM MQ vs JMS - Spring Implementation
I开发者_如何学Python am working on a Spring application where we have implemented code to send messages through IBM MQ.[详细]
2023-04-09 06:40 分类:问答How to put a message on a Websphere MQ Queue from SQL Server sp?
Is there an API to connect to a Websphere MQ queue from an SQL Server stored procedu开发者_开发技巧re and put a message onto a queue?[详细]
2023-04-06 04:52 分类:问答Websphere Message Broker - FileInput node - header values
I am using Websphere Message Broker to process csv files and put the data onto a Message queue.The file is read in via a FileInputNode, passed through a JavaCompute node (for validation), then a messa[详细]
2023-04-04 21:26 分类:问答How might I delete selected alias queues in IBM Websphere's Queue Manager?
How might I delete 开发者_如何学JAVAselected alias queues in IBM Websphere\'s Queue Manager?If you have a local sign-on to the server where MQ lives you can use the runmqsc facility to issue delete co[详细]
2023-04-03 20:53 分类:问答What is MQSecurityExit in WebSphere MQ Java classes?
I am trying to find some documentation on what is MQSecurityExit and how do we actually implement it in Java. I just have a very little idea on this - like I believe it\'s for authenticating MQ client[详细]
2023-04-02 05:18 分类:问答