Author |
Message |
Topic: MQ Dynamic reply: Reply without Remote Queue (server-server) |
yasaboy
Replies: 13 Views: 17671
|
Forum: General IBM MQ Support Posted: Thu Jun 27, 2019 12:15 am Subject: MQ Dynamic reply: Reply without Remote Queue (server-server) |
Hi all,
Thanks all for prompt replies.
This statement, and the XXXX.REPLY01 naming convention that you have lead me to believe (although you have not said specifically) that this is a burden bec ... |
Topic: MQ Dynamic reply: Reply without Remote Queue (server-server) |
yasaboy
Replies: 13 Views: 17671
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2019 11:40 pm Subject: MQ Dynamic reply: Reply without Remote Queue (server-server) |
We currently have a server to server mq setup as following.
Application QM (APP)
-----------------------
Transmission queue -> X0001.LOCAL
Sender channel -> APP.C01.LOCAL , XMITQ('X0 ... |
Topic: How to find the Queue which triggers the delivery report |
yasaboy
Replies: 4 Views: 4563
|
Forum: General Discussion Posted: Sun Jan 18, 2015 8:40 pm Subject: Re: How to find the Queue which triggers the delivery report |
Is there any field in MQMD that we can use to add the name of the output queue (Q1,Q2) when we set the m_Md.ReplyToQ and m_Md.ReplyToQMgr ?
Yes, those fields. I don't know how you're setting it at ... |
Topic: MQMD any unchanging fields? |
yasaboy
Replies: 5 Views: 5511
|
Forum: General Discussion Posted: Fri Jan 16, 2015 3:07 am Subject: MQMD any unchanging fields? |
Suppose I add m_Md.CorrelId = 1234 and m_Md.ReplyToQ= "Q2" in the messages when I add it to a Q1.
Now When I receive the delivery report of Q1 in Q2, it shows m_Md.CorrelId = 1234 , but t ... |
Topic: MQMD any unchanging fields? |
yasaboy
Replies: 5 Views: 5511
|
Forum: General Discussion Posted: Fri Jan 16, 2015 2:57 am Subject: MQMD any unchanging fields? |
Hi,
Is there any unchanging fields in the MQMD like CorrelId or is it possible to make a field unchanged ?
My application receives a delivery report for a specific message. The correlationID set ... |
Topic: How to find the Queue which triggers the delivery report |
yasaboy
Replies: 4 Views: 4563
|
Forum: General Discussion Posted: Thu Jan 15, 2015 7:45 pm Subject: How to find the Queue which triggers the delivery report |
Hi,
I have enabled a delivery report option in TEST.Q1 , TEST.Q2 and if the messages added to that queue is delivered TEST.Q3 receives a delivery report.
So we add a callback to TEST.Q3 to get t ... |
Topic: Oracle with AMS library include error 2035 |
yasaboy
Replies: 2 Views: 5093
|
Forum: IBM MQ Security Posted: Thu Dec 11, 2014 6:22 am Subject: Oracle with AMS library include error 2035 |
Hi specifically when we build the amqsputc with a child thread and build it with g++ using oracle libraries and not using oracle it gives below outputs.
not working
g++ -m64 -fsigned-char -o i ... |
Topic: Oracle with AMS library include error 2035 |
yasaboy
Replies: 2 Views: 5093
|
Forum: IBM MQ Security Posted: Thu Dec 11, 2014 3:24 am Subject: Oracle with AMS library include error 2035 |
Hi,
We are trying to enable AMS in our application, It is a multi threaded application. When applied the security policies, the library fails giving error 2035 while opening the queue with AMS poli ... |
Topic: MQPUT fails:2035 when enabling AMS in multi threaded env |
yasaboy
Replies: 3 Views: 5293
|
Forum: IBM MQ Security Posted: Wed Dec 03, 2014 11:46 pm Subject: Re: MQPUT fails:2035 when enabling AMS in multi threaded env |
Can't we use the AMS facility with multi threading ? what is the settings or changes that needed to be done in order for this to be working?
You need a PMR. We encountered an issue using multi-thre ... |
Topic: MQPUT fails:2035 when enabling AMS in multi threaded env |
yasaboy
Replies: 3 Views: 5293
|
Forum: IBM MQ Security Posted: Wed Dec 03, 2014 4:48 am Subject: MQPUT fails:2035 when enabling AMS in multi threaded env |
Hi,
I am trying to use the AMS functionality in IBMMQ. After enabling AMS and setting policies to a particular queue I tried to put a message to the queue using MQPUT in the main thread of my appli ... |
Topic: MQOPEN ended with reason code 2035 after setmqspl |
yasaboy
Replies: 5 Views: 7046
|
Forum: IBM MQ Security Posted: Wed Dec 03, 2014 2:44 am Subject: MQOPEN ended with reason code 2035 after setmqspl |
So you're trying to use AMS.
You're running amqsput as the same user you're trying to run your app as?
You're running amqsputC against the same svrconn channel as your app?
What I'm saying is ... |
Topic: MQOPEN ended with reason code 2035 after setmqspl |
yasaboy
Replies: 5 Views: 7046
|
Forum: IBM MQ Security Posted: Tue Dec 02, 2014 3:15 am Subject: MQOPEN ended with reason code 2035 after setmqspl |
which version of MQ are we talking about?
Does the receiver getting the 2035 have the right certificate? Is the certificate referenced in the receivers ams config file?
Have fun
Hi, ... |
Topic: MQOPEN ended with reason code 2035 after setmqspl |
yasaboy
Replies: 5 Views: 7046
|
Forum: IBM MQ Security Posted: Mon Dec 01, 2014 9:19 pm Subject: MQOPEN ended with reason code 2035 after setmqspl |
Hi,
After I set a setmqspl on a perticular queue, our MQ Application it gives the error 2035 saying
MQOPEN ended with reason code 2035,TEST.INQUEUE1
How ever it works perfectly on amqsputc a ... |
Topic: setmqaut doesn't revoke authorizations to a queue |
yasaboy
Replies: 3 Views: 6218
|
Forum: IBM MQ Security Posted: Fri Nov 21, 2014 8:31 pm Subject: setmqaut doesn't revoke authorizations to a queue |
HI,
I want to remove all the permissions to access the TEST.OUTQUEUE1 for all the users and add +put and +inq privileges to only the user nev51. Following are my commands that doesn't work?
any ... |
Topic: Delete Message while waiting in a MQCB |
yasaboy
Replies: 5 Views: 5493
|
Forum: General IBM MQ Support Posted: Wed Oct 29, 2014 8:13 pm Subject: Re: Delete Message while waiting in a MQCB |
While your called routine is in processor, it may destructively consume messages, rather than browse
Not exactly isn't it ? If we give the gmo options as
gmo.Options = MQGMO_BROWSE_NEXT;
it ... |