Author |
Message |
Topic: Triggering Channels by arriving message in Transmit Queue |
i.x
Replies: 8 Views: 4497
|
Forum: General IBM MQ Support Posted: Mon Nov 21, 2005 10:13 am Subject: Triggering Channels by arriving message in Transmit Queue |
could you paste the channel definition too. So when u manually start the channels and send messages are they going through.
Hello,
thanks for your answers..
Yes if i start the channel manually ... |
Topic: Triggering Channels by arriving message in Transmit Queue |
i.x
Replies: 8 Views: 4497
|
Forum: General IBM MQ Support Posted: Mon Nov 21, 2005 8:41 am Subject: Triggering Channels by arriving message in Transmit Queue |
What did you do this for?
GET(DISABLED) +
Because i only want to put mesasges into the queue, and not reading some out.... |
Topic: Triggering Channels by arriving message in Transmit Queue |
i.x
Replies: 8 Views: 4497
|
Forum: General IBM MQ Support Posted: Mon Nov 21, 2005 7:52 am Subject: Triggering Channels by arriving message in Transmit Queue |
Hello Guys,
i have a serious problem, and i hope you can help me.
An application is putting some message into a Remote Queue (RQ.RCV.1) .
Then the messages are going into Transmit Queue (TQ.RCV.1 ... |
Topic: MQ Series Client Application & Channels |
i.x
Replies: 2 Views: 2532
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 13, 2005 10:49 pm Subject: MQ Series Client Application & Channels |
Hello Guys,
one easy question for you
I have an application that connects to MQ-Server through the MQ-Client.
Application and MQ Server/Client are on the same machine
I have defined one ch ... |
Topic: Polling Trigger / Time Trigger |
i.x
Replies: 3 Views: 3029
|
Forum: General IBM MQ Support Posted: Wed Mar 30, 2005 1:04 am Subject: Polling Trigger / Time Trigger |
Hello Guys,
i want to use a script that reads out a folder and is looking for new files in this folder.
If a file in the folder exists it should be put to a MQ Queue...
This all works.. but NOW:
... |
Topic: Init Queue for Triggering |
i.x
Replies: 6 Views: 4148
|
Forum: General IBM MQ Support Posted: Thu Mar 17, 2005 4:37 am Subject: Init Queue for Triggering |
"start C:\perl\perl.exe perl.script"
try it in a command window and it will fire another one in the background
see windows help start for more details and options
and this could solve the probl ... |
Topic: Init Queue for Triggering |
i.x
Replies: 6 Views: 4148
|
Forum: General IBM MQ Support Posted: Thu Mar 17, 2005 4:14 am Subject: Init Queue for Triggering |
Do you use "start" to start your scripts asynchronous?
if not then if script1 "hangs" then script2 will never fire, you could check the curdepth of LOCAL.TRIG
That is what i mean
There is one ... |
Topic: Init Queue for Triggering |
i.x
Replies: 6 Views: 4148
|
Forum: General IBM MQ Support Posted: Thu Mar 17, 2005 3:50 am Subject: Init Queue for Triggering |
What platform?
ohh sorry Windows 2000 Advanced Server
MQ V 5.3 - CSD09 |
Topic: Init Queue for Triggering |
i.x
Replies: 6 Views: 4148
|
Forum: General IBM MQ Support Posted: Thu Mar 17, 2005 3:02 am Subject: Init Queue for Triggering |
Hello Guys,
a little question for you
If i have a Trigger Initiation Queue for more queues (for example 2).
And one script hangs up by moving messages from one queue to another, and the oth ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 10:40 am Subject: MQ V 5.3 CSD08 - Triggering |
And in the INIT queue the "trigger message" stands... that means that the application is not ended (in view of the qm?!), am i right? than i know where i have to look at.. if this is it...
I think ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 10:35 am Subject: MQ V 5.3 CSD08 - Triggering |
So while you look at IPROCS on this "problem" queue, also look at the code, and also look at the INIT queue depth while the problem is occuring. It is possible that the trigger message sits on the I ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 10:23 am Subject: MQ V 5.3 CSD08 - Triggering |
Hello,
I will look for the IPROCS value if the problem is coming up.
I will try to rebuild the situation on a test system and look for it.
I will also set down the trigger interval...
@ Pet ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 8:54 am Subject: MQ V 5.3 CSD08 - Triggering |
....and the trigger on LQ1 happens at 2:15. "
How are you determining this time? Is this the time you see the message leave LQ1 or is this the time that your Perl script is started or is this perhap ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 8:41 am Subject: MQ V 5.3 CSD08 - Triggering |
Before you browse the queue......
At 159 AM, what is the IPROCS count on LQ1?
What is the IPROCS count on LQ1 between 1:59 and 2:14AM?
that's really dificullt to say, because the messages ar ... |
Topic: MQ V 5.3 CSD08 - Triggering |
i.x
Replies: 25 Views: 26125
|
Forum: General IBM MQ Support Posted: Sat Mar 05, 2005 8:30 am Subject: MQ V 5.3 CSD08 - Triggering |
I mean with "see" , that i can browse the messages in the queue.
So i look at my mq properties and here is it:
Trigger Interval: 999999999
Maximum Uncommited messages: 10000
Maximum open handl ... |