Author |
Message |
Topic: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
cwolfhagen
Replies: 5 Views: 6373
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 19, 2011 4:33 am Subject: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
I agree that passsing the parameters can be done differently including using MQ connections, but once you have coded it one way, you have to redo you coding (or include the old jar in your classpath). ... |
Topic: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
cwolfhagen
Replies: 5 Views: 6373
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 19, 2011 3:36 am Subject: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
If you want to use the output of a query to do a create, it's rather simpler to just grap the parameters from the query reply and ship those.
Christian |
Topic: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
cwolfhagen
Replies: 5 Views: 6373
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 19, 2011 12:54 am Subject: MQ PCF structures (MQCFIN, MQCFST, ...) not serialized |
In the MS0B supportpack all the pcf structures were serialized. In the java classes included in MQ7, they are not.
Has anybody but me run into this problem (that for example means that you cannot tra ... |
Topic: Delay in processing MQ message |
cwolfhagen
Replies: 8 Views: 7800
|
Forum: General IBM MQ Support Posted: Wed Nov 21, 2007 1:48 am Subject: Delay in processing MQ message |
ReQuest will be able to prove - provided the messages are put persistent - when your message arrived on the queue. |
Topic: File extension for MQSC files |
cwolfhagen
Replies: 40 Views: 28632
|
Forum: General Discussion Posted: Wed Nov 14, 2007 2:34 am Subject: File extension for MQSC files |
Hummm, sounds like Jeff is writing a 'Standards' document.
... or writing a MQSC editor plug-in for eclipse?
Just to keep the guessing rolling
Personnaly I have always used .txt as it's s ... |
Topic: Track the Queue transaction History |
cwolfhagen
Replies: 2 Views: 3390
|
Forum: General IBM MQ Support Posted: Fri Oct 12, 2007 1:09 am Subject: Re: Track the Queue transaction History |
Hi all,
...
I want to check with a Queue if any message on a particular date and time actually entered the queue and actually was pulled out by the destination application from that queue on par ... |
Topic: Hi Cressdia .. |
cwolfhagen
Replies: 1 Views: 8994
|
Forum: General Forums Information Posted: Wed Sep 05, 2007 3:04 am Subject: Hi Cressdia .. |
Try changing your profile; changing the 'Board Style' to DAJ_Glass will give you light background for messages and more.
Christian |
Topic: Alias and Local |
cwolfhagen
Replies: 7 Views: 5374
|
Forum: General IBM MQ Support Posted: Fri Aug 11, 2006 2:48 am Subject: Alias and Local |
MQ logs the put to the base queue of the alias queue, which seen from a recovery standpoint is logical.
Unfortunately that means that ReQuest cannot distinguis between messages put directly to the lo ... |