Author |
Message |
Topic: MQOutput Node delay problem |
Bosco
Replies: 10 Views: 5335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2005 8:40 pm Subject: MQOutput Node delay problem |
To JT, the size of the message is 13160 bytes.
This problem occured during our performance testing in a Production like environment (
To hopsala, thanks for your suggestion. I wish life with WB ... |
Topic: MQOutput Node delay problem |
Bosco
Replies: 10 Views: 5335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2005 5:40 pm Subject: MQOutput Node delay problem |
Hi wschutz,
I believe the delay is on the MQOutput node and not in flow somewhere. Here is the fragment of the usertrace:
2005-10-26 22:11:57.601871 7454 UserTrace BIP4460I: Message prop ... |
Topic: MQOutput Node delay problem |
Bosco
Replies: 10 Views: 5335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2005 4:16 pm Subject: MQOutput Node delay problem |
Hi all,
Has anyone experienced that when a message flow writing a message through the IBM MQOutput node, it takes a while for the message actually being put into the queue?
WBIMB V5.0.4
Bosco ... |
Topic: PCF command execution from flow.. |
Bosco
Replies: 7 Views: 4812
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 16, 2004 6:45 pm Subject: PCF command execution from flow.. |
Could you post a sample of your PCF commands code in ESQL. I try to figure out how to do it but couldn't find any example
Thanks
Bosco |
Topic: How to select records from DB2 where field = null in ESQL ? |
Bosco
Replies: 2 Views: 2187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 21, 2004 4:54 pm Subject: How to select records from DB2 where field = null in ESQL ? |
Hi,
I would like to select records from a DB2 database table where a particular field is containing null value (ie the field was not assigned any value initially when the records was inserted). Doe ... |
Topic: message travel time in a MQ queue |
Bosco
Replies: 11 Views: 5604
|
Forum: General IBM MQ Support Posted: Tue Aug 31, 2004 10:49 pm Subject: message travel time in a MQ queue |
Hi,
Is there a way to tell how long a message takes to travel in a MQ queue? For example, I send a message from a WBIMB broker on NT to an application on mainframe, I would like to gather some stat ... |
Topic: MQPCF in WBIMB |
Bosco
Replies: 1 Views: 1731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 29, 2004 10:19 pm Subject: MQPCF in WBIMB |
Hi,
Does anyone have sample ESQL codes how to use PCF commands in ESQL in WBIMB V5?
Thanks
Bosco |
Topic: Accessing WBIMB plugin node properties |
Bosco
Replies: 1 Views: 1637
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2004 10:33 pm Subject: Accessing WBIMB plugin node properties |
Hi,
I am using WBIMB v5. I am just wondering if there is a way in ESQL to access the 'description' property in a plugin node?
Regards
Bosco |
Topic: What version of deployed flow? |
Bosco
Replies: 1 Views: 1972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 01, 2004 8:28 pm Subject: What version of deployed flow? |
You can ask the developer to include a PASSTHROUGH node in the msgflow. Put some versioning indicator in its label. Turn on the Accounting and Statistics PubSub in the broker. Get a snapshot of the st ... |
Topic: Problem with REFERENCE TO OutputRoot |
Bosco
Replies: 2 Views: 3786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 01, 2004 5:26 pm Subject: Problem with REFERENCE TO OutputRoot |
Hi,
I try to create a common procedure contained in a Broker Schema that can be called by others. Here is the msgflow:
MQInput(XML)->Compute->Trace->MQOutput
Here is my codes in a Co ... |
Topic: How do you know your Deploy really worked? |
Bosco
Replies: 6 Views: 4181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 01, 2004 5:03 pm Subject: How do you know your Deploy really worked? |
You can ask the developer to include a PASSTHROUGH node in the msgflow. Put some versioning indicator in its label. Turn on the Accounting and Statistics PubSub in the broker. Get a snapshot of the st ... |
Topic: Remove orphan execution group process |
Bosco
Replies: 4 Views: 2954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 14, 2004 1:55 pm Subject: Remove orphan execution group process |
Hi Kirani,
my platform is WBIMB version 5.0.2 with CSD2 installed.
Thanks
Bosco |
Topic: Remove orphan execution group process |
Bosco
Replies: 4 Views: 2954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2004 9:57 pm Subject: Remove orphan execution group process |
Hi,
During a message flow deployment to an execution, there was an out of memory problem on my PC. The configuration returned an error message to that effect. In the Broker Admin -> Domains pers ... |
Topic: How do get a list of queues under a queue manager in .NET? |
Bosco
Replies: 1 Views: 1834
|
Forum: IBM MQ API Support Posted: Sun Dec 07, 2003 9:18 pm Subject: How do get a list of queues under a queue manager in .NET? |
Hi,
I know to how to access a particular queue in .NET. However, is there a way that I can obtain a list of queues for a given queue manager in .NET?
Thanks
Bosco  |
Topic: ESQL SELECT question |
Bosco
Replies: 1 Views: 1977
|
Forum: General Discussion Posted: Tue Dec 02, 2003 4:47 pm Subject: ESQL SELECT question |
I want to join 2 tables in the following ESQL SELECT statement but I keep getting error when executing the msgflow on the tables join. Can anyone help?!! Thanks
SET OutputRoot.XML.Message.MessageFl ... |