Author |
Message |
Topic: MQSeries PubSub performance |
kdavis
Replies: 3 Views: 2065
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 03, 2003 8:28 am Subject: MQSeries PubSub performance |
If you are using durable subscribers and they aren't running, your under pinning queues will get very big. If durablilty isn't an issue, then you can create the topic subscribers as non-durable...
... |
Topic: Primary and Secondary Log sizes |
kdavis
Replies: 3 Views: 2650
|
Forum: General IBM MQ Support Posted: Thu Mar 20, 2003 6:08 am Subject: Re: Log file sizes. |
...Hope this gets you started.
Thanks. We ar using MQ as the JMS provider, so it's hard to predict what the soze / volume will be. I'll look into using the generated events to trigger log deletio ... |
Topic: Primary and Secondary Log sizes |
kdavis
Replies: 3 Views: 2650
|
Forum: General IBM MQ Support Posted: Wed Mar 19, 2003 6:53 am Subject: Primary and Secondary Log sizes |
Is there a rule of thumb or experience driven rule for setting these sizes?
Thanks,
Keith |
Topic: SSL Certificates, duncan tutorial |
kdavis
Replies: 3 Views: 3601
|
Forum: General Discussion Posted: Wed Feb 19, 2003 11:48 am Subject: Re: SSL Certificates, duncan tutorial |
I tried the tutorial and was only partially successful in obtaining a valid certificate. Using globalsign I had much problems in doing the download to my e-mail site. Kept getting server errors?? Next ... |
Topic: What is a JMS listener? |
kdavis
Replies: 1 Views: 1910
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 04, 2003 8:41 am Subject: What is a JMS listener? |
In a very general way, yes. The JMSListener is registers it self as a called object (via a Java callback) so you don't need to poll the JMS session to see if there are messages waiting. Basically, ... |
Topic: Fastpath errors after reboot in MQ 5.3-- Anyone else? |
kdavis
Replies: 2 Views: 3859
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 10, 2003 11:20 am Subject: Fastpath errors after reboot in MQ 5.3-- Anyone else? |
After working with IBM on this, there is a fix out for it -- just came out about 12/19/2003 and nobody seems to know about it. You can download csd01(u200181) from:
ftp://ftp.software.ibm.com/softw ... |
Topic: deleting message through MQExplorer |
kdavis
Replies: 3 Views: 3341
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 07, 2003 5:46 am Subject: Re: deleting message through MQExplorer |
If you use a JMS MessageConsumer (QueueReciever) and the transactional processing then your application should remove it for you. That is, your class implements MessageConsumer and at the end of ... |
Topic: JAVA API JAVADOC ? |
kdavis
Replies: 12 Views: 8129
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 07, 2003 5:38 am Subject: JAVA API JAVADOC ? |
The 'unable to load message catalog' message has been addressed a bunch of times on this site. You need to add the directory of the mqji.properties file to your classpath.
I tried this but doesn't ... |
Topic: Fastpath errors after reboot in MQ 5.3-- Anyone else? |
kdavis
Replies: 2 Views: 3859
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 12:26 pm Subject: Fastpath errors after reboot in MQ 5.3-- Anyone else? |
We are moving to WS MQ 5.3 and what a first release of it. Here's the senerio and the problem:
OS = Win2K AND NT [happens on both]
MQ version = 5.3.00 & 5.3.01
We build a broker on the QM. ... |
Topic: deleting message through MQExplorer |
kdavis
Replies: 3 Views: 3341
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 12:08 pm Subject: Re: deleting message through MQExplorer |
Hello
I have got one doubt.I am having one Java application which is reading from one queue.While this application has read one message and is processing it, is it possible for me to delete this mess ... |
Topic: MQJMS3022 error |
kdavis
Replies: 5 Views: 3878
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 30, 2002 6:47 am Subject: MQJMS3022 error |
Hello Keith,
From the doc's, it looks like that error message should have contained two queue names, the specified name and the original name. It might be useful if you could cut and paste those he ... |
Topic: MQJMS3022 error |
kdavis
Replies: 5 Views: 3878
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 09, 2002 9:12 am Subject: MQJMS3022 error |
Can you post an overview of the logic/code that resulted in your arrival at this point? What was the method call that resulted in the exception? What were the parameters supplied? Can you "toString ... |
Topic: MQJMS3022 error |
kdavis
Replies: 5 Views: 3878
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 09, 2002 8:33 am Subject: MQJMS3022 error |
I'm running JMS on Websphere MQ 5.3 (with JMS patch support installed) on Win2K Server. I have an application which returns the error "MQJMS3022: durable resubscriber must use same queue ...". A sys ... |