Author |
Message |
Topic: MQ Explorer v6.0 Issue |
mikegrove
Replies: 17 Views: 12413
|
Forum: General Discussion Posted: Tue Aug 14, 2007 11:07 am Subject: Can't see Queues etc |
I had the same problem and found this:
add this to the path variable
;C:\Program Files\IBM\WebSphere MQ\java\lib
Or wherever you installed it to
It fixed it just right for me. |
Topic: get process ID's for InputCount |
mikegrove
Replies: 6 Views: 4933
|
Forum: IBM MQ API Support Posted: Thu Aug 09, 2007 9:27 am Subject: Processes |
Thanks much.
I am on an island with the only 3 windows Webshere MQ boxes in the company, no training other than what I have read and sometimes it's faster to get an answer here than from our MQ admi ... |
Topic: get process ID's for InputCount |
mikegrove
Replies: 6 Views: 4933
|
Forum: IBM MQ API Support Posted: Thu Aug 09, 2007 8:56 am Subject: Process Id's |
We have a process that shuts down gracefully and is no longer visible in task manager, but we still have an inputcount > 0 and no other processes should be accessing this queue. Consequently the tr ... |
Topic: get process ID's for InputCount |
mikegrove
Replies: 6 Views: 4933
|
Forum: IBM MQ API Support Posted: Thu Aug 09, 2007 7:38 am Subject: get process ID's for InputCount |
How do I get the process id's associated with the apps that have a queue open for input. I have found IPPROCS and dis qstatus(local queue name) type(handle) all
But it is all greek to me.
Can this ... |
Topic: Cannot see queues after upgrading to v6 fix pack2 |
mikegrove
Replies: 3 Views: 3275
|
Forum: General IBM MQ Support Posted: Wed Aug 01, 2007 11:21 am Subject: Cannot see queues after upgrading to v6 fix pack2 |
I did some more searching and found an earlier post that did the trick:
chump
newbie
Joined: 21 Nov 2006
Posts: 4
Posted: Mon Feb 19, 2007 3:03 pm Post subject:
------------- ... |
Topic: Cannot see queues after upgrading to v6 fix pack2 |
mikegrove
Replies: 3 Views: 3275
|
Forum: General IBM MQ Support Posted: Wed Aug 01, 2007 10:53 am Subject: Cannot see queues after upgrading to v6 fix pack2 |
We are upgrading from v5.3 and after the upgrade and fix pack
websphere MQ Explorer does not display the queues or advanced folder. I can see the Queue managers but that is all. Ia m logged in as a u ... |
Topic: TriggerInterval |
mikegrove
Replies: 12 Views: 7826
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2007 12:09 pm Subject: TriggerInterval |
Thanks,
At least I'm not just throwing darts at the wall now.
Lot's of good info. |
Topic: TriggerInterval |
mikegrove
Replies: 12 Views: 7826
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2007 12:00 pm Subject: TriggerInterval |
Is there any way to see what process or how many have a queue open.
In other words can I see if MQ thinks my app still has the queue open and in the case of multiple instances, how many it thinks ha ... |
Topic: TriggerInterval |
mikegrove
Replies: 12 Views: 7826
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2007 11:35 am Subject: TriggerInterval |
I have the wait_interval set to 30 seconds. My understanding is that my app will block for 30 seconds or until another msg shows up, whichever comes first. After 30 seconds of no msg my app exits the ... |
Topic: TriggerInterval |
mikegrove
Replies: 12 Views: 7826
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2007 11:00 am Subject: TriggerInterval |
The app that is getting the messages, goes until no more messages, then waits 30 seconds. I did not put any code to check for single instance, my bad, I didn't think it could happen using triggers to ... |
Topic: TriggerInterval |
mikegrove
Replies: 12 Views: 7826
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2007 10:44 am Subject: TriggerInterval |
I have read the APG but came away confused. I am new to MQ and am dealing with a application that is kicked off by a trigger, misbehaving. The trigger is a 'First' type.
I read this:
If a unit of ... |