Author |
Message
|
Shikha Gupta |
Posted: Thu May 21, 2009 1:38 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
yeah I understand that....we can't use the port nos already in use.
I have checked that its available.
But can you please help me on that WatchQ application erro....that I posted in my recent post. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 21, 2009 1:39 am Post subject: Re: After creating the client environment , unable to run Wa |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Shikha Gupta wrote: |
I am able to put mesages on the server queue manager and also retrieve them using amqsputc and amqsgetc command respectively. |
Thank you for this information at last.
Shikha Gupta wrote: |
That implies my client server environment is set up correctly. |
It does.
Shikha Gupta wrote: |
Faulting application ms0h.exe, version 1.0.0.1, faulting module imqb23vn.dll, version 6.0.0.5138, fault address 0x0000bfe0. |
Having pinned it down to an application issue, I'd check the path for the dll. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Thu May 21, 2009 1:43 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
Is it something I can provide? |
|
Back to top |
|
 |
francoisvdm |
Posted: Thu May 21, 2009 2:45 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
Hi
I'm the author for WatchQ. Once the client connection is working you need to start watchq with the correct parameters from a command prompt:
watchq QMGR_NAME QUEUE1 QUEUE2....
make sure you spell queue manager name correct and remember MQ is case sensitive.
Let me know if it is working or not. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Thu May 21, 2009 2:50 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
I tried that using the command prompt.
But i guess some environment variables need to be set before executing this command
because it says
'watchq' is not recognised external or internal command
Could you please help. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 21, 2009 2:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Shikha Gupta wrote: |
'watchq' is not recognised external or internal command |
I'd theorise the environment variable you need there is PATH....
...you can test this theory by cd'ing to the directory in which the executable is stored and trying again. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
francoisvdm |
Posted: Thu May 21, 2009 2:53 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
make sure you copy watchq to a directory in the path.... also...email me at francoisvdm at autumnleaf.co.za and I'll forward you the latest version. If the exe file with the download is not saying "watchq.exe" maybe you need to rename it to that. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Thu May 21, 2009 2:59 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
Thanks a lot guys ..it worked.
Actually I had to change the name of the .exe from ms0h.exe to watchq.exe  |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Thu May 21, 2009 3:10 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
Just 1 more thing
I have version 4.1.3 of WatchQ but the pdf help manuals I am getting are on version 2.3 from IBM site.
Can anyone tell me where should I look for to get the latest documentation on this version |
|
Back to top |
|
 |
francoisvdm |
Posted: Thu May 21, 2009 3:31 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
Sorry, there are no newer documentation - no time to create it...but I do believe most options are self explanatory .... sorry _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Thu May 21, 2009 3:37 am Post subject: |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
thats alright!!
I ll try n understand |
|
Back to top |
|
 |
Shikha Gupta |
Posted: Wed Jun 03, 2009 9:38 pm Post subject: Features of WatchQ?? |
|
|
Apprentice
Joined: 18 May 2009 Posts: 27
|
Can anybody please tell me what all functionalities are provided by WatchQ application ??
is there any way to monitor the rate at which the messages are coming in the queue?? |
|
Back to top |
|
 |
francoisvdm |
Posted: Wed Jun 03, 2009 11:22 pm Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
I created watchq as a programmers tool mainly to show queue depths, deleting messages in the middle of a queue and to play messages into queues from other queues or a flat file. It sits on top of all your windows (property setting) so that you do not have to "refresh" or switch windows as you test and debug etc.
It can do some interesting things like sending messages with x milliseconds delay between them, random delay, with certain settings on the message itself.
It does not report message rates, sorry. It will however show error codes on the queues, as well as some basic queue and data information. See the "options" screen for lots of interesting MQ settings you can do.
I use it mainly during development to replay test messages and to monitor application queues and dead letter queue so that I get instant visual confirmation of what is happening. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
|