Author |
Message |
Topic: Delayed mq put delivery from z/os stored procedure |
HMed
Replies: 1 Views: 8759
|
Forum: Mainframe, CICS, TXSeries Posted: Wed May 18, 2022 3:17 pm Subject: Delayed mq put delivery from z/os stored procedure |
fyi.. After discussion with our MQ Architect, it seems like the MQPMO-NO-SYNCPOINT wasn't taking effect within the DB2 WLM.
I'm not sure this is the correct solution, but I added an MQ COMMIT af ... |
Topic: Delayed mq put delivery from z/os stored procedure |
HMed
Replies: 1 Views: 8759
|
Forum: Mainframe, CICS, TXSeries Posted: Thu May 12, 2022 11:52 am Subject: Delayed mq put delivery from z/os stored procedure |
I haven't found anything on this issue within the usergroup. Maybe somebody can offer some advice.
We're developing a new DB2 z/os cobol stored procedure that puts a message to an MQ REQ queue. T ... |
Topic: MQ 6.0 cluster workload balancing |
HMed
Replies: 18 Views: 13507
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 10, 2007 2:48 am Subject: MQ 6.0 cluster workload balancing |
That is certainly a good point for the server being slower, but in my case I actually want to create a failover situation for my WAS MDB using MQ.
We have a 2 MDBs running on two different WAS s ... |
Topic: MQ 6.0 cluster workload balancing |
HMed
Replies: 18 Views: 13507
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 09, 2007 4:42 am Subject: MQ 6.0 cluster workload balancing |
Thanks for the info. I found some other posts from Peter and it seems that an exit which checks queue depth before every message is put would be quite expensive. |
Topic: MQ 6.0 cluster workload balancing |
HMed
Replies: 18 Views: 13507
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 09, 2007 4:17 am Subject: MQ 6.0 cluster workload balancing |
I would like to distribute fewer messages to the server that’s lagging behind and send more messages to the speedy servers.
Does anybody know if there is a way to do this other than a user exit? ... |
Topic: How do I find out the Sending Queue Name in a MDB? |
HMed
Replies: 5 Views: 3695
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 13, 2005 9:49 am Subject: How do I find out the Sending Queue Name in a MDB? |
Yes, it is for logging.
After looking at this some more, I thought I might be able to get the queue name from the onMessage method with:
((Queue)msg.getJMSDestination()).getQueueName()
but ... |
Topic: How do I find out the Sending Queue Name in a MDB? |
HMed
Replies: 5 Views: 3695
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 13, 2005 5:38 am Subject: How do I find out the Sending Queue Name in a MDB? |
I have several MDB's that are kicked off when new messages are in their corresponding queues.
Does anybody know how can I get the queue name that the message was initially put into that kicked of ... |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 15, 2005 3:07 am Subject: Success! |
That's it! Thanks alot. |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 14, 2005 4:16 am Subject: JMS ascii hex text string to MQ bytearray |
I know that you guys are way smarter than I am and I don't want to beat a dead horse, but I'm not sure that you totally understand this situation. So my question to you is what are you supposed to do ... |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 13, 2005 10:02 am Subject: JMS - correlation ID |
Jeff, by the way, the user wasn't putting anything in the Message ID. It was being generated by MQ.
Anyway, I just thought I'd post this code to convert a jmsMessageID or jmsCorrelationID (which ... |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 09, 2005 10:44 am Subject: JMS - correlation ID |
Yes, that is true, that a 1 is a 1 is a 1, but a 221 has a different meaning between char sets.
I did see the getJMSCorrelationIDAsBytes in the javadoc and am anxious to try it, however we don't ... |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 09, 2005 10:28 am Subject: JMS - correlation ID |
I looked through every example and can not find one where the incoming message is from JMS and the outgoing message is using IBM MQ.
This appears to be the problem that MQSeries.net user mnicolls o ... |
Topic: JMS - correlation ID |
HMed
Replies: 14 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 09, 2005 8:38 am Subject: JMS - correlation ID |
Was anybody able to find out how to code a solution for this problem? I've searched the Intercommunication Guide as well as this site as Jeff suggested, however, I have not been able to find any info ... |
Topic: Setting Userdata in MQ Trigger Message? |
HMed
Replies: 5 Views: 4561
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 11, 2005 3:04 am Subject: Setting Userdata in MQ Trigger Message? |
Well, if I were to write my own trigger monitor, then what I would actually be monitoring is on the receiving side.
What I want to know is if it is possible to set the Trigger Message User Data f ... |
Topic: Setting Userdata in MQ Trigger Message? |
HMed
Replies: 5 Views: 4561
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 08, 2005 4:08 pm Subject: Setting Userdata in MQ Trigger Message? |
Well, I want to send some additional data to the receiver.
Why not just put the additional data in the message?, you might ask.
The application is already designed and has been in use for a ... |