Author |
Message |
Topic: Throughput of MQ channel |
mqhelpless
Replies: 10 Views: 10053
|
Forum: General IBM MQ Support Posted: Sun Jul 08, 2007 5:35 pm Subject: Throughput of MQ channel |
Say I have uniform size messages of 100KB each, with persistency set. And my line is 20Mbps. Without load from my system, the line is about 40% utilized. In this case, how do we measure the throughpu ... |
Topic: Function getenv |
mqhelpless
Replies: 0 Views: 1851
|
Forum: General IBM MQ Support Posted: Wed Nov 08, 2006 1:04 am Subject: Function getenv |
Hi,
can someone enlighten how I can use the getenv function to identify the subscribers who are getting a published message?
Also, for the getenv function, what are the possible arguments I can p ... |
Topic: Authorization Control on JMS |
mqhelpless
Replies: 1 Views: 1802
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 31, 2006 11:39 pm Subject: Authorization Control on JMS |
I have the following scenario:
(A) ------> My application ----------> (B), (C)
Say Publisher publishes Topic(1) to Subscriber(B) and Subscriber(C). I need to setup an application (on my ... |
Topic: JMS API Exit |
mqhelpless
Replies: 1 Views: 2382
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 30, 2006 11:08 pm Subject: JMS API Exit |
I am trying to create an API exit on a JMS publish/subscribe application such that the API exit will be able to identify who is putting message/getting message and based on topic ID, either block the ... |
Topic: JMS Security Exit |
mqhelpless
Replies: 4 Views: 5243
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 02, 2006 4:30 pm Subject: JMS Security Exit |
What about TCF? If only the TCF is set, I would think the same procedure applies except that I point TCF instead of QCF to AMQCLCHL.TAB. Is that right? |
Topic: JMS Security Exit |
mqhelpless
Replies: 4 Views: 5243
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 25, 2006 6:01 am Subject: JMS Security Exit |
But the CCDTURL property and the CHANNEL property cannot be both set at the same time. This particular JMS client actually sets the CHANNEL property.
Or .... does it means that by setting the CCDTU ... |
Topic: JMS Security Exit |
mqhelpless
Replies: 4 Views: 5243
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 25, 2006 5:38 am Subject: JMS Security Exit |
I have implemented security exit on "C MQ Client". Right now, I have a requirement to implement security exit on a JMS client. I have no prior experience with it and thus need some help. In ... |
Topic: Configure API Exit |
mqhelpless
Replies: 6 Views: 6056
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 13, 2006 6:14 am Subject: Configure API Exit |
thanks for the suggestion. i have another question. say at MQPUT Before, I inspect the content (say Topic ID) of the message and check against a list of valid topic (in dbase or flat file) and found t ... |
Topic: Configure API Exit |
mqhelpless
Replies: 6 Views: 6056
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Sep 10, 2006 3:37 am Subject: API Exit - MQPUT Before How to get Queue |
Thanks for the feedback. I managed to resolve the issue after rebooting the machine ... found that restarting the Qmanager or for this matter the services doesn't help.
Also, I hope you guys can h ... |
Topic: Configure API Exit |
mqhelpless
Replies: 6 Views: 6056
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 08, 2006 9:19 pm Subject: Configure API Exit |
I am trying to configure the sample api exit program (amqsaxe.dll) on windows platform, running MQ v6. I've followed the list of instruction as stated :
ApiExitLocal: Sequence=100
Function=EntryPo ... |
Topic: Error handling |
mqhelpless
Replies: 8 Views: 6634
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 05, 2006 5:44 pm Subject: Error handling |
Hi, I have the following message tree. I need help in traversing this tree.
<exception ..>
<a>
....
....
<b>
......
......
<c> ......... </c>
... |
Topic: Error handling |
mqhelpless
Replies: 8 Views: 6634
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 02, 2006 5:15 pm Subject: Error handling |
Hi thanks for the input. I will try it out .. Cheers! |
Topic: Error handling |
mqhelpless
Replies: 8 Views: 6634
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2005 1:11 am Subject: Error handling |
I have a message flow that takes from an input Q and output to several Qs (using the dynamic DestinationList method) . I need to do error handling such that whenever a few of the several output Qs are ... |
Topic: Set Queue Description |
mqhelpless
Replies: 1 Views: 1665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2005 8:57 pm Subject: Set Queue Description |
Is there any way I can set the Queue Description property in my application written in C? I know MQINQ allows me to get the value of the attribute, but is there an equivalent to set the attribute valu ... |
Topic: Using PutTime |
mqhelpless
Replies: 2 Views: 2611
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 8:03 pm Subject: Using PutTime |
I have the following problem, anyone with ideas please assist. Thanks.
External System A puts a message on Remote Q 'X'. Central System 'T' reads this message from its Local Q 'X'. System 'T' uses ... |