Author |
Message |
Topic: Losing messages when bouncing queue manager |
ranstice
Replies: 2 Views: 2184
|
Forum: General IBM MQ Support Posted: Fri Nov 01, 2002 1:22 pm Subject: Losing messages when bouncing queue manager |
Hi,
I have persistence is on for the queue in question - and my process that puts messages on the queue keeps that setting.
When I bounce the queue manager- the messages disappear off this queu ... |
Topic: lingering process with hints of mq problems |
ranstice
Replies: 3 Views: 3023
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2002 8:53 am Subject: hanging |
hi,
yes - we've been using the term lingering here - but it's hanging. or in a continuous sleep.
what is odd is that we have done all our mq gets and committed before we see this lingerer.
f ... |
Topic: lingering process with hints of mq problems |
ranstice
Replies: 3 Views: 3023
|
Forum: General IBM MQ Support Posted: Wed Sep 25, 2002 10:58 am Subject: lingering process with hints of mq problems |
Hi,
We have had a production problem for about 2 months now with a C process that lingers. In the middle of processing it sleeps - but never in the same place. Note this process is running parall ... |
Topic: Getting error when trying to start queue manager |
ranstice
Replies: 2 Views: 2615
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 09, 2002 9:08 am Subject: Getting error when trying to start queue manager |
When attempting to start my queue manager, I'm getting the following errors:
Purchased processor allowance not set (use setmqcap).
An expected stanza in an INI file is missing or contains errors.
... |
Topic: MQSeries triggering not working on multi-threaded java app |
ranstice
Replies: 2 Views: 2898
|
Forum: General IBM MQ Support Posted: Tue Jun 04, 2002 11:55 am Subject: MQSeries triggering not working on multi-threaded java app |
Hi,
We have an application that is written in java that is multi-threaded writing to a queue. When this application runs, triggering does not work.
On the other hand, a C based test program tha ... |
Topic: How to stop triggering on queue when error encountered |
ranstice
Replies: 4 Views: 4119
|
Forum: General IBM MQ Support Posted: Fri Mar 29, 2002 2:44 pm Subject: How to stop triggering on queue when error encountered |
For those interested in the resolution - this was coded in C.
1. The initiation queue when referred in the program must be called by it's actual name - not the alias.
2. When opening the queue, ... |
Topic: How to stop triggering on queue when error encountered |
ranstice
Replies: 4 Views: 4119
|
Forum: General IBM MQ Support Posted: Tue Mar 26, 2002 10:09 am Subject: How to stop triggering on queue when error encountered |
Thanks for your response. Currently I'm not familiar with PFC messages - so I'll go the other route.
I researched MQSET previously but was unable to find the right call parameters for during trigg ... |
Topic: How to stop triggering on queue when error encountered |
ranstice
Replies: 4 Views: 4119
|
Forum: General IBM MQ Support Posted: Mon Mar 25, 2002 4:28 pm Subject: How to stop triggering on queue when error encountered |
Hi,
I am researching how to stop triggering on our input queue when we have an error encountered in a C program.
We have one program that monitors an input queue and spawns multiple programs t ... |