Author |
Message |
Topic: Allow Developers to use MQExplorer with limited capabilities |
xxx
Replies: 12 Views: 9812
|
Forum: General Discussion Posted: Tue Jan 01, 2008 11:08 am Subject: Allow Developers to use MQExplorer with limited capabilities |
refresh security ? have you tried this |
Topic: Wayne Schutz - 30 years of service |
xxx
Replies: 25 Views: 18135
|
Forum: General Discussion Posted: Tue Dec 04, 2007 7:00 pm Subject: Wayne Schutz - 30 years of service |
Wayne Your Client MA7k is a life saver many times.
Thankyou |
Topic: MQ Client Connection Error |
xxx
Replies: 16 Views: 20818
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 20, 2006 9:20 am Subject: MQ Client Connection Error |
http://www.mqseries.net/phpBB2/viewtopic.php?t=34087
I guess we should be
first client is amqsputc ,  |
Topic: Get messages in LIFO order |
xxx
Replies: 35 Views: 36088
|
Forum: IBM MQ API Support Posted: Tue Dec 19, 2006 10:56 am Subject: Get messages in LIFO order |
If you need only the last message , send it as a priority message and rest as non priority , Trigger the Queue on Priority message,
This will pick the Last message First ( as it is set to priority ... |
Topic: Standalone Java client writing a message to a queue |
xxx
Replies: 8 Views: 10141
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 27, 2006 10:03 pm Subject: Standalone Java client writing a message to a queue |
You can send a Priority Message at the end to indicate the end of the file and trigger the Queue, i.e the queue is setup for the priority and at the end you send a Priority message , Rest are all Ordi ... |
Topic: Version 6 features |
xxx
Replies: 15 Views: 16582
|
Forum: General Discussion Posted: Mon Nov 27, 2006 9:49 pm Subject: Version 6 features |
1) mqget to clear the queues when they are open i.e explorer
2) Listner is a object , command server and trigger monitor all are objects , So no need to create the scripts for each one
3) SSL in Wi ... |
Topic: Getting return code 2059 although queue manager is running |
xxx
Replies: 4 Views: 3959
|
Forum: General IBM MQ Support Posted: Mon Nov 27, 2006 9:08 am Subject: Getting return code 2059 although queue manager is running |
I guess you don't need to recycle the Qmanager,
You need to find the actual Cause of it , dis chs(*) should help you , see if there are any applications that are not closing the connections proper ... |
Topic: installing MQ v5.3 on HPUX 11.23 |
xxx
Replies: 8 Views: 10296
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Nov 25, 2006 4:26 pm Subject: installing MQ v5.3 on HPUX 11.23 |
My Guess, based on HP Quick Beginings
The operating systems supported by WebSphere MQ for HP-UX, V5.3 are:
HP-UX Version 11i (11.11) (32 bit)
HP-UX Version 11.0 (32 bit) with patches PHSS_246 ... |
Topic: installing MQ v5.3 on HPUX 11.23 |
xxx
Replies: 8 Views: 10296
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Nov 25, 2006 9:47 am Subject: installing MQ v5.3 on HPUX 11.23 |
in options tab -> check 'Allow installation of incompatible software'
Looks like you installed wrong version of software,
You should install the RISC version for HP Unix I guess, there is a ... |
Topic: cmqc.h error!! |
xxx
Replies: 3 Views: 8191
|
Forum: IBM MQ API Support Posted: Tue Nov 21, 2006 8:53 pm Subject: cmqc.h error!! |
I fixed this by commenting all the
typedef _int64 MQINT64, on windows MQ is still a 32 bit application and commenting 64bit typedef did the trick to me |
Topic: Trigger Monitor |
xxx
Replies: 11 Views: 9567
|
Forum: General IBM MQ Support Posted: Tue Nov 21, 2006 8:48 pm Subject: Trigger Monitor |
Problem may likely be in
1) PATH ( command prompt may have differnt path )
2) the userid you are running the application and the services which you started with |
Topic: configuration about 1000 connection in the server-client |
xxx
Replies: 2 Views: 3385
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 21, 2006 8:36 pm Subject: configuration about 1000 connection in the server-client |
Just Wondering Why do you need 1000 connetions for a Java Application
Is this a online Application from 100 Windows Servers where you do synchrous Messaging ?
Are the messages continuosly routed 2 ... |
Topic: MQ Series Listener program in COBOL |
xxx
Replies: 4 Views: 4468
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Nov 11, 2006 2:50 pm Subject: MQ Series Listener program in COBOL |
Looks like triggering is set to Every based on Your assumption,
which is not a Prefered choice or Recomended practice,
Other option is to set a Message Expire after certain period of time, |
Topic: Question on distributed queuing |
xxx
Replies: 11 Views: 10771
|
Forum: General IBM MQ Support Posted: Fri Nov 10, 2006 9:18 pm Subject: Question on distributed queuing |
You can get messages only from a local Queue,
Also you cannot pull messages from a xmitq on the remote machine , it will be a local queue, It has to pass through the channel and land on a local Que ... |
Topic: Prbm -MQ Channels Open huge |
xxx
Replies: 9 Views: 9120
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 01, 2006 11:22 pm Subject: Prbm -MQ Channels Open huge |
you need to use connection pooling
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaw.doc/csq77cpl.htm |