Author |
Message |
Topic: MA0T MsgTest Utility |
Bharat
Replies: 3 Views: 5904
|
Forum: General IBM MQ Support Posted: Thu Aug 06, 2009 11:07 am Subject: MA0T MsgTest Utility |
Still I'm not using MA0T to test any application. First thing, I want to test the MsgTest (MA0T) on my system. I installed MQ Server V6.0 on Windows XP. I downloaded MA0T and trying to load messages o ... |
Topic: MA0T MsgTest Utility |
Bharat
Replies: 3 Views: 5904
|
Forum: General IBM MQ Support Posted: Thu Aug 06, 2009 10:26 am Subject: MA0T MsgTest Utility |
I have downloaded MsgTest Utility V1.3 and installed MQ Server V6. When I try to run the MsgTest.exe, I'm getting the following error.
This application has failed to start because amqzsai.dll was ... |
Topic: MQTester |
Bharat
Replies: 4 Views: 5537
|
Forum: General IBM MQ Support Posted: Fri Jun 12, 2009 6:09 am Subject: MQTester |
Thanks Crossland.
Instead of recording an application, can't we use it directly to dump # of messages on queue? In my case, if I dump messages, then application will read. It doesn't have any other ... |
Topic: MQTester |
Bharat
Replies: 4 Views: 5537
|
Forum: General IBM MQ Support Posted: Fri Jun 12, 2009 5:16 am Subject: MQTester |
Hi,
Did anyone use MQTester tool developed by CommerceQuest? It can be plugged in with Loadrunner. I installed Loadrunner, MQ Server and MQTester.
I need to put a load of messages on an input ... |
Topic: MQTester |
Bharat
Replies: 1 Views: 5765
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jun 11, 2009 5:05 pm Subject: MQTester |
Hi,
Did anyone use MQTester tool developed by CommerceQuest? It can be plugged in with Loadrunner. I installed Loadrunner, MQ Server and MQTester.
I need to put a load of messages on an input qu ... |
Topic: Load balancing with Queue Managers |
Bharat
Replies: 6 Views: 4857
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 2:35 pm Subject: Load balancing with Queue Managers |
Hi,
We have a J2EE application running on WebSphere application server and it uses external WebSphereMQ for messaging with MDB framework. We have two Solaris boxes on which our application runs an ... |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Tue Mar 15, 2005 9:23 am Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Thanks Vennela, is this listener something specific to the Server Connection channel? Could you please give me more details?
Regards,
Bharat |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Tue Mar 15, 2005 8:18 am Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
I'm getting MQCONN ended with reason code 2059 (MQRC_Q_MGR_NOT_AVAILABLE) when I used the following commands.
All the Queue Managers are running and I'm using the correct Queue Manager name.
/opt/ ... |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Fri Mar 11, 2005 1:32 pm Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
It is a single server. MQ Server is installed on a Solaris server. Our Java application also runs on the same server. But it makes client connections to MQ using JMS interface.
So on that Solaris s ... |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Fri Mar 11, 2005 9:14 am Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
If you loaded the samples on you client you should be able to use amqsputc to test the client servers ability to connect.
We have the samples loaded. When I do amqsputc, it is working fine. May be ... |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Fri Mar 11, 2005 8:33 am Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Thanks Smith. I appreciate your solution.
1. Actually this is the second Server Connection Channel that we created on that Queue Manager. We have another Server Connection Channel with MCAUSER ... |
Topic: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
Bharat
Replies: 16 Views: 35405
|
Forum: General IBM MQ Support Posted: Thu Mar 10, 2005 11:20 am Subject: MQ Reason code 2035 (MQRC_NOT_AUTHORIZED) |
We have a J2EE application running on WebSphere appserver making client connections to MQ Server. Both our application and MQ server v5.2 are running on the same Solaris box say ‘oldbox’. We migra ... |
Topic: Help needed in using Trim/Substring functions |
Bharat
Replies: 4 Views: 3574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 10:34 am Subject: Help needed in using Trim/Substring functions |
Your code worked for for this issue. Thank you so much Lisa. I appreciate your help.
Regards,
Bharat |
Topic: Help needed in using Trim/Substring functions |
Bharat
Replies: 4 Views: 3574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 9:34 am Subject: Help needed in using Trim/Substring functions |
Thanks Lisa. But the initial part of the String is not constant.
For example: In INPUT.SAMPLE.STRING.TEST, the 'STRING' part varies for each input XML file. Only 'INPUT', 'SAMPLE' and 'TEST' parts ... |
Topic: Help needed in using Trim/Substring functions |
Bharat
Replies: 4 Views: 3574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 9:10 am Subject: Help needed in using Trim/Substring functions |
Hi,
I need to trim 5 trailing characters from a string.
My input string is: INPUT.SAMPLE.STRING.TEST
My output string should be: INPUT.SAMPLE.STRING
Just I need to strip of trailing characters ' ... |