Author |
Message |
Topic: When are client channels opened? |
sley
Replies: 0 Views: 1942
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 02, 2003 9:42 am Subject: When are client channels opened? |
Hi.
Is there any documentation by IBM indicating when the client channels are opened? I wrote a stand-alone java application that uses JMS for pub/sub. I lookup the TopicConnectionFactory and receive ... |
Topic: TopicPublisher.publish() Performance |
sley
Replies: 0 Views: 1930
|
Forum: IBM MQ Java / JMS Posted: Fri May 16, 2003 12:13 pm Subject: TopicPublisher.publish() Performance |
Hi.
We are currently using MQSeries v5.2 with JMS patch to do pub/sub.
Recently we have been focusing on performance in our application and in profiling our system, we found the the TopicPublisher.p ... |
Topic: Periodic NamingException |
sley
Replies: 0 Views: 2908
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 20, 2002 8:23 am Subject: Periodic NamingException |
Hi.
We're using JMS to do Pub/Sub and periodically we run into NamingExceptions while performing a lookup for a topic. We are using FileSystem as Context and we're trying to publish 10K messages usi ... |
Topic: MQQueueManager Commit error :: Reason Code 2003 |
sley
Replies: 1 Views: 15578
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 23, 2002 9:36 am Subject: MQQueueManager Commit error :: Reason Code 2003 |
Hi.
We are pulling the messages off a queue using onMessage() with a transacted session. Once we complete processing the message, we will call session.commit(). However, we noticed that two scenario ... |
Topic: MQ Session -- Timeouts? |
sley
Replies: 2 Views: 4429
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 22, 2002 6:58 am Subject: MQ Session -- Timeouts? |
Hi.
Our application currently receives the message off the queue using the onMessage() method and sends it off for processing. Within the onMessage() method, a transaction is started and once the pro ... |
Topic: PUB/SUB :: Broker Configuration |
sley
Replies: 5 Views: 5766
|
Forum: General IBM MQ Support Posted: Fri Aug 09, 2002 10:35 am Subject: PUB/SUB :: Broker Configuration |
Bower,
Hm...I don't know exactly what I'm looking for in the registry. I don't know which variables I should be modifying to allow exits. Since I don't have the QM.INI file, I don't know what setting ... |
Topic: PUB/SUB :: Broker Configuration |
sley
Replies: 5 Views: 5766
|
Forum: General IBM MQ Support Posted: Fri Aug 09, 2002 10:15 am Subject: PUB/SUB :: Broker Configuration |
Thanks for the quick response but I didn't receive any FDC files when it failed. The window automatically shuts down when it's started. I've tried this on other machines but we also experience the s ... |
Topic: PUB/SUB :: Broker Configuration |
sley
Replies: 5 Views: 5766
|
Forum: General IBM MQ Support Posted: Thu Aug 08, 2002 10:11 am Subject: PUB/SUB :: Broker Configuration |
Thanks, bower5932. But I tried using the cfgmqbrk command in windows to configure the broker and the window automatically dies after starting it. I also tried searching for the qm.ini file but this ... |
Topic: PUB/SUB :: Broker Configuration |
sley
Replies: 5 Views: 5766
|
Forum: General IBM MQ Support Posted: Thu Aug 08, 2002 7:16 am Subject: PUB/SUB :: Broker Configuration |
Hi.
I've downloaded MQ Series 5.2 (trial version) for Windows to run a simple prototype -- we would like to add an exit routine at the broker level to filter out data.
From the support-pacs, there ... |
Topic: Understanding Admin Queue for Pub/Sub |
sley
Replies: 0 Views: 2524
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 03, 2002 9:23 am Subject: Understanding Admin Queue for Pub/Sub |
Hi.
I'm currently using IBM JMS Pub/Sub SupportPac (MA88) and would like to understand more about it. Currently, we set up a durable subscriber using the client id, subscription name & topic. I ... |
Topic: Retreiving Client Information through ROMA |
sley
Replies: 0 Views: 8116
|
Forum: IBM MQ API Support Posted: Wed Dec 19, 2001 10:24 am Subject: Retreiving Client Information through ROMA |
Hi.
I'm just reading through the ROMA and MQ documentation. When a message is sent, the client user id is sent as part of the message descriptor for ROMA. I don't see any ROMA apis that allow us to ... |