Author |
Message |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2010 4:57 am Subject: Triggering problems |
Thats exactly what is happening.
From what I can see the structure of MQTMC2 is incorrect. |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2010 3:24 am Subject: Triggering problems |
That was yesterday...and the problem is not using the same INITQ, but to follow your word look at this :
echo " DEFINE QLOCAL('$queueRECVQ.EXPLODE.INITQ') REPLACE +" >&g ... |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2010 12:45 am Subject: Triggering problems |
Here is a simulated example...
This is a log for the trigger monitor that shows that the same process is called for two queues.
The thing is that altought it calls the same process and we can see ... |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 10:16 pm Subject: Triggering problems |
I need two processes because there are two different queues that have to be triggered with different parameters.
The APPLICID for the two processes are the same.
echo " DEFINE PROCESS& ... |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 9:52 pm Subject: Triggering problems |
I use MQ 6.0, I started with 1 INITQ and I got the same result, thats not the problem from what I see it, I can't figure out what it causing them to use the same process instead of using each one sepa ... |
Topic: Triggering problems |
mitoiuv
Replies: 13 Views: 7234
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 7:10 am Subject: Triggering problems |
Hi,
I have an application that uses runmqtrm to watch over 2 queues that have different triggers on them.When a message arrives on one of those queues mirrorQ is called to copy those messages to a ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Fri Jul 23, 2010 2:31 am Subject: Can't catch the messages |
Ok, I will get back on the strategy to see how we can change it to make this work.
Thank you for your help.
I will update this thread as soon as I have updates. |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Thu Jul 22, 2010 10:08 pm Subject: Can't catch the messages |
I understand that exits are death right now, the problem is how can I solve this ?
The thing is that this is turning into a pain , here is why I have problems with this APP
- I have to make ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Thu Jul 22, 2010 7:18 am Subject: Can't catch the messages |
I managed to see my "noob" mistake in my thinking... I managed to duplicate the messages from one queue to another, but as always a strange thing happend.... if I enter a message using am ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Thu Jul 22, 2010 5:51 am Subject: Can't catch the messages |
The problem here is not why , I just needed to see something in the messages with another APP so I need mirrorQ to duplicate the messages on my "clone" queue.
But it seems that i'm a d ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Thu Jul 22, 2010 4:40 am Subject: Can't catch the messages |
This APP is for testing, it is going to be developed only for this, now the problem is different...I tried to setup mirrorq to "clone" the queue and then use the first APP for reading messag ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Thu Jul 22, 2010 12:31 am Subject: Can't catch the messages |
I was thinking at using MirrorQ to mirror that queue and read from the mirrored queue instead of the business queue. |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Wed Jul 21, 2010 9:54 pm Subject: Can't catch the messages |
What are you *trying* to do, other than read the exact same message from two separate applications?
That is exactly what I want to do  |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Wed Jul 21, 2010 9:52 pm Subject: Can't catch the messages |
I need two APP's for the following reasons:
- i have one APP that is always connected and doing it's job on the queue(that is reading/consuming the messages from that queue after they arrive)
- ... |
Topic: Can't catch the messages |
mitoiuv
Replies: 27 Views: 15706
|
Forum: IBM MQ API Support Posted: Wed Jul 21, 2010 7:10 am Subject: Can't catch the messages |
Hmm....that just rocked my world , what way would be that ? Have any suggestions ?
Thank you |