ibm-mq
Reusing IBM.WMQ.MQQueue object
We are using the .NET API to IBM\'s WebSphere MQ. Creating the MQQueueManager object is clearly an expensive operation, and so we cache and reuse a pool of these objects.[详细]
2023-01-30 03:55 分类:问答C# - SSL with Websphere MQ version 7.0.1
When connecting to an SSL enabled queue manager using C#, what values do I need to set to get the queues to work?[详细]
2023-01-29 12:12 分类:问答How to read messages in an order from the Queue using MDB?
开发者_JS百科I have a MDB which listens to WebSphere MQ. It does not picks up the messages in the order that has been received by the Queue. How can i make it read it in that order? Is it possible? Sh[详细]
2023-01-28 15:38 分类:问答Websphere MQ in C#: Where in the code to set SSL Keystore Password?
I have an MQ application that I need to use SSL connections with.I have been given a keystore to use and a password to use it, but what I am unsure of is where I need to go to set the value of the key[详细]
2023-01-28 13:26 分类:问答How to mock MQ-Series object MQQueueManager with MOQ for .NET?
I am trying to unit test the MQ-Series implementation of my project, and need to mock the connection to the MQ-Series server to test my implementation isolated and avoid sending messages/retrieving me[详细]
2023-01-27 23:45 分类:问答Need help regarding WCF web service with MQ interaction
I have created a simple WCF web service to write some messages into MQ (Websphere MQ).It was hosted in IIS 6.0 server. Service stated successfully, but while writing the message into MQ it was throwin[详细]
2023-01-27 02:21 分类:问答WMQ AMS keystore
Can I use the same keystore and cert for AMS that my app alread开发者_开发技巧y uses?You can, but also have the option to use separate certs and/or keystores if you want.The keystore.conf file contain[详细]
2023-01-27 00:27 分类:问答End to end security with WMQ AMS
I have to encrypt messages with WMQ Advanced Message Security.What do I need to do in my program or .bindings fi开发者_开发知识库le to make it work?Good news - there is nothing to do in your code or .[详细]
2023-01-26 15:18 分类:问答Cannot Create queue on Websphere MQ Explorer V7.0
I have installed Websphere MQ V7. and created queue manager and channels , but the problem is i ca开发者_JAVA百科nnot create any queues on the explorer and when check in the error log files ,there\'s[详细]
2023-01-26 11:45 分类:问答Connect MQ Series from JBoss using MQ Java Classes
I am trying to connect to MQ Series from开发者_运维知识库 Jboss Server. Can anyone tell me what are the steps should I follow?[详细]
2023-01-25 20:56 分类:问答