Author |
Message |
Topic: Wrong JMS message type & garbled body after WAS 8.5 upgr |
rizzo
Replies: 1 Views: 2900
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 23, 2014 8:06 am Subject: Wrong JMS message type & garbled body after WAS 8.5 upgr |
Hi,
We have had a JMS app running in WAS 6.1 on CentOS for years. It serves as an interface between my company and a client. Their z/OS WMQ sends us messages on a request queue which an MDB in our ... |
Topic: z/OS MQ client and non-z/OS QMGR |
rizzo
Replies: 8 Views: 10958
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Oct 19, 2010 5:06 am Subject: z/OS MQ client and non-z/OS QMGR |
Thanks for all the feedback! |
Topic: z/OS MQ client and non-z/OS QMGR |
rizzo
Replies: 8 Views: 10958
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Oct 18, 2010 2:27 am Subject: z/OS MQ client and non-z/OS QMGR |
Hi Bruce,
Thanks for the quick reply. Does that mean that a JMS client running in the Unix System Services could speak to a QMGR on a non-z/OS machine? Or is that also restricted to connections to ... |
Topic: z/OS MQ client and non-z/OS QMGR |
rizzo
Replies: 8 Views: 10958
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Oct 17, 2010 5:56 am Subject: z/OS MQ client and non-z/OS QMGR |
Hello,
Is it possible for an MQ client on z/OS to access a QMGR on one of the distributed platforms? If so, can a COBOL client do this or would it have to be a Java client running in the Unix Syst ... |
Topic: Require pub/sub-like consumption from a legacy p2p setup |
rizzo
Replies: 8 Views: 4970
|
Forum: General IBM MQ Support Posted: Tue Nov 13, 2007 4:42 pm Subject: Require pub/sub-like consumption from a legacy p2p setup |
Hello,
After checking our queue definitions I found that A and B do write to/read from the same local queue but they do it via (different) queue aliases.
As a short term solution, this will allo ... |
Topic: Require pub/sub-like consumption from a legacy p2p setup |
rizzo
Replies: 8 Views: 4970
|
Forum: General IBM MQ Support Posted: Fri Nov 09, 2007 4:38 pm Subject: Require pub/sub-like consumption from a legacy p2p setup |
Hello,
The mirrorq sample program seems to require that the original client doing the GETs (system B, above) is changed to read from the new queue written to by the trigger application.
This mea ... |
Topic: Require pub/sub-like consumption from a legacy p2p setup |
rizzo
Replies: 8 Views: 4970
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 5:24 am Subject: Require pub/sub-like consumption from a legacy p2p setup |
Hello,
Thank you for your quick reply. B and C need to read the same message, they are not sharing the workload.
Thanks for the pointer to the mirrorq sample. It looks like it could be a solutio ... |
Topic: Require pub/sub-like consumption from a legacy p2p setup |
rizzo
Replies: 8 Views: 4970
|
Forum: General IBM MQ Support Posted: Tue Oct 23, 2007 3:16 pm Subject: Require pub/sub-like consumption from a legacy p2p setup |
Hello,
I am pretty new to WMQ and was wondering if anyone could help me with the following problem.
At our site we have two legacy systems using WMQ 5.3 in p2p fashion, the producer system, A, p ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 08, 2005 1:33 am Subject: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
Hi
I can only speculate that WAS opens that queue more than once. Now that its working, do a "dis qstatus(qname) type(handle)" and see who has it open....
Thanks for the tip. The command you men ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 05, 2005 6:07 am Subject: Problem solved |
Hi
We have since solved the problem. I asked for the DEFSOPT of the queue to be double-checked, as previously suggested. The DEFSOPT was set to EXCL so it was changed to SHARED. Also the NOSHARE op ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2005 5:10 pm Subject: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
fjb_saper,
I'm pretty sure I'm setting the format to MQC.MQFMT_STRING in the base Java program, so the WMQ client in WAS should map this to a JMS TextMessage. I'll double-check tomorrow. In my expe ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2005 12:31 pm Subject: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
Hi
malammik:
The MDB ist listening on a QueueDestination.
fjb_saper:
We thought this at first, some of the first test messages put into the queue were too big to be read by certain clients, ca ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2005 7:15 am Subject: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
Hi,
Thanks for the swift replies.
Re: JNDI definitions:
I double-checked the JNDI definitions and they are correct. The message port is using the correct JNDI resources and starts successfull ... |
Topic: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
rizzo
Replies: 11 Views: 7642
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 02, 2005 3:06 pm Subject: MDB (WAS 5.1 NT) not receiving messages (WMQ 6 z/OS) |
Hello,
I have an message driven bean (MDB) in WAS 5.1 on Windows NT configured to receive messages from a WMQ 6 local queue on z/OS V1R4 with the Client Attachment Feature installed. The problem at ... |