|
- What is an MQ and why do I want to use it? - Stack Overflow
57 On my team at work, we use the IBM MQ technology a lot for cross-application communication I've seen lately on Hacker News and other places about other MQ technologies like RabbitMQ I have a basic understanding of what it is (a commonly checked area to put and get messages), but what I want to know what exactly is it good at?
- java - How to resolve IBM MQ call failed with compcode 2 (MQCC . . .
The MQ Java client library prior to MQ v7 1 (I think) sent a blank RemoteUserIdentifier which wasn't good because of an underlining security hole or feature, depending on your point of view
- How to connect to MQ using Java - Stack Overflow
The IBM MQ product supplies you with sample code to look at For the MQ Classes for Java, I suggest you look at <wmq-installation-directory>\Tools\wmqjava\samples\MQSample java - that's the "Hello World" app for the Java classes
- Error 2035 (MQRC_NOT_AUTHORIZED) While Connecting to MQ
Unless you are using MQ on Windows or MQv8 or later with SecurityPolicy=user on Unix Linux, granting permission with the -p flag is not recommended This is because on Unix Linux prior to v8 and by default in v8 and later the resulting OAM rule is actually granted to the primary group of the user specified not to the user itself
- MQ error 2085 while connecting with remote queue - Stack Overflow
MQ error 2085 while connecting with remote queue Asked 8 years, 4 months ago Modified 5 years, 10 months ago Viewed 24k times
- Comparing IBM MQ to Kafka - Stack Overflow
I found several comparisons between Kafka and IBM MQ But I didn't get all my answers yet I have some conclusions and I need to confirm them I know that IBM supports peer to peer But, I'm compar
- c# - How to connect . NET application to IBM MQ using Server Side SSL . . .
I'm trying to connect my NET (8 0) application to IBM MQ over TLS using X 509 certificate-based authentication, but running into issues during the SSL handshake
- Put and Get Messages to IBM MQ from java code - Stack Overflow
1 I'm learning IBM MQ I need to put and get messages to IBM MQ from java code using the best practices I did this question but I don't know if it's the best way: How to put and get IBM MQ messages without application server Could you give me some tip about that, please?
|
|
|