Author |
Message |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 04, 2013 7:06 am Subject: Iterate or depth |
It maybe due to the access issues...
Did you go to google and search 'mqrc 2068' to find out what rc 2068 means?
I did, and i thats why i am asaying i might not have access to do this operatio ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Tue Sep 03, 2013 8:44 am Subject: Iterate or depth |
I am not able to go beyond
com.ibm.mq.MQException: MQJE001: Completion Code 1, Reason 2068
at com.ibm.mq.MQManagedObject.inquire(MQManagedObject.java:269)
at com.ibm.mq.MQManagedOb ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 30, 2013 6:01 am Subject: Iterate or depth |
i am trying to create a monitor which is more reliable than the throughput monitor for the consumer app.
Well as we've said, your method is not reliable.
Do you think the following link will be ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 30, 2013 5:59 am Subject: Iterate or depth |
The queue is not maintained by us, it is managed by the client on their side.
Then how do you know they even want you to be monitoring the depth of it?
I think you need to talk to them about why y ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 30, 2013 5:31 am Subject: Iterate or depth |
I am running the consumer for the queue and have noticed that the throughput of the consumer goes down once in a while, which ends up with a backlog on the queue. I had created throughput monitors but ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 30, 2013 4:29 am Subject: Iterate or depth |
The queue is not maintained by us, it is managed by the client on their side.
We access the alias queue with login information so i am not sure if i can enable the queue depth events. for eg :-
... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Thu Aug 29, 2013 5:49 am Subject: Iterate or depth |
Thanks!
I did some more research and used the ms0B support pac, this is where i realised that i was only able to access the alias and not the base queue, and started getting 2035 error.
Since i ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Wed Aug 28, 2013 8:12 am Subject: Iterate or depth |
I am planning to move to camel karaf for the actual consumer and at that point i am okay with just monitoring the rise. But with the legacy system in place it will be great to have a snapshot in time. ... |
Topic: Iterate or depth |
inderjeetdhillon
Replies: 23 Views: 29256
|
Forum: IBM MQ Performance Monitoring Posted: Wed Aug 28, 2013 7:39 am Subject: Iterate or depth |
I have a doubt about using iteration instead of currentdepth.
Lets say i have a consumer which picks up messages instead of a monitor which i am trying to create, and during the iteration (i will o ... |