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.
When connecting to an SSL enabled queue manager using C#, what values do I need to set to get the queues to work?
开发者_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
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
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
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
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
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 .
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
I am trying to connect to MQ Series from开发者_运维知识库 Jboss Server. Can anyone tell me what are the steps should I follow?