Author |
Message |
Topic: Garbage queues being created |
meriton
Replies: 3 Views: 2545
|
Forum: General IBM MQ Support Posted: Mon Mar 01, 2004 5:57 pm Subject: Garbage queues being created |
The dynamic queue names are of the format 'CLK.PHY.TEST.ISS.[correlationID]' and these are being created and deleted by the program at the time that it is run. The other queues are remaining even afte ... |
Topic: Garbage queues being created |
meriton
Replies: 3 Views: 2545
|
Forum: General IBM MQ Support Posted: Sun Feb 29, 2004 8:35 pm Subject: Garbage queues being created |
I have a program which creates multiple triggered dynamic MQSeries queues, however, each time a dynamic queue is created, a 'garbage' queue named 'AMQ.3*' or 'PQE.3*' is also created. I am running MQS ... |
Topic: How to get a list of Dynamic queue names |
meriton
Replies: 4 Views: 3343
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 15, 2004 10:05 pm Subject: How to get a list of Dynamic queue names |
We create a list of dynamic queues using Date and Business Type as part of the queue name, such as CLK.G2B.PHY.DEVL.ISS.20040216CCS* . When dynamic queues are processed, they are deleted. But if the p ... |
Topic: Simultaneous triggering problem... |
meriton
Replies: 6 Views: 5963
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 8:32 pm Subject: Re: Simultaneous triggering problem... |
Hi Roger
Thank you for your help, but we still have problem.
Multiple dynamic queues cannot trigger simultaneously, for example, when we try to set trigger on 10 dynamic queues, only half (1,3,5 ... |
Topic: Simultaneous triggering problem... |
meriton
Replies: 6 Views: 5963
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 2:00 pm Subject: Simultaneous triggering problem... |
Thanks for your help - putting the & in the envr data field appears to have worked ie the process is running in the background. However I am now back to having the initial problem - if 2 queues tr ... |
Topic: Simultaneous triggering problem... |
meriton
Replies: 6 Views: 5963
|
Forum: General IBM MQ Support Posted: Tue Feb 03, 2004 7:20 pm Subject: Simultaneous triggering problem... |
I have an MQ Series java application using multiple queues, all of which have depth triggers. If two of these queues trigger simultaneously, only one instance of the trigger process (another java prog ... |
Topic: Sending parameters to trigger application |
meriton
Replies: 2 Views: 2141
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 03, 2004 2:29 pm Subject: Sending parameters to trigger application |
I have a java application being triggered by a depth trigger, and this application requires two parameters to run correctly. Which queue attribute is used to pass these parameters? I tried setting the ... |
Topic: Loading Message on a Queue in Random Order. |
meriton
Replies: 2 Views: 2176
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 29, 2004 8:40 pm Subject: Loading Message on a Queue in Random Order. |
Hi All,
We have a collation process which collates messages from a queue and creates a flat file for each batch (group of message).
The collation process written in java and runs on UNIX , reads ... |
Topic: Setting MQ process name from a java program. |
meriton
Replies: 4 Views: 3386
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 20, 2004 3:04 pm Subject: Setting MQ process name from a java program. |
My apologies, I meant the MQSeries Java API, not JMS - is there a way to set the ProcessName attribute for each queue?
Dynamic queues are being used to store messages belonging to different batches ... |
Topic: Setting MQ process name from a java program. |
meriton
Replies: 4 Views: 3386
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 19, 2004 4:58 pm Subject: Setting MQ process name from a java program. |
I am using MQ JMS to write an application that uses triggered dynamic queues, and would like to know how to set the MQCA_PROCESS_NAME attribute for each dynamic queue to an existing process definition ... |
Topic: How To Check a MQ Q exists or not?? |
meriton
Replies: 3 Views: 5875
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 07, 2004 8:08 pm Subject: How To Check a MQ Q exists or not?? |
I am trying to move msgs from a queue to a list of dynamic queues. To do so, I need to check if the dynamic queue exists first, if yes, I open the queue and move the msgs, if not, I will create the d ... |
Topic: Putting a group/Batch of messages. |
meriton
Replies: 2 Views: 2013
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 15, 2003 7:52 pm Subject: Putting a group/Batch of messages. |
thanks |
Topic: Putting a group/Batch of messages. |
meriton
Replies: 2 Views: 2013
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 14, 2003 7:56 pm Subject: Putting a group/Batch of messages. |
Hi All,
Is there an API available using which a batch/group of messages can be put on a MQ queue.
Thanks |
Topic: messageId and java |
meriton
Replies: 7 Views: 4575
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 09, 2003 3:59 pm Subject: How to be sure aal messages arrived. |
Hi Roger,
How this new thread would be sure that all data messages for a batch have been arrived at the queue before doing a destructive get.
TIA |
Topic: Browse and Get Message From Q |
meriton
Replies: 1 Views: 1848
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 10, 2003 4:04 pm Subject: Browse and Get Message From Q |
Hi All,
Currently we have java program which is used to get message from Q and create a Falt file.
Here is how it works.
We have two MQ queues,control queue and a data queue.Actual messages for ... |