Author |
Message |
Topic: Error in Message Broker 6.1.0.2 |
vaibhav_vy
Replies: 15 Views: 17654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 19, 2008 1:49 am Subject: Error in Message Broker 6.1.0.2 |
Please make sure you have deployed the proper message set along with message flow using that message set. The error 'RM Dictionary Not Found' typically thrown when message set is not deployed. Moreove ... |
Topic: Error in Message Broker 6.1.0.2 |
vaibhav_vy
Replies: 15 Views: 17654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 11:49 pm Subject: Error in Message Broker 6.1.0.2 |
I usually get this error because of the same reason. Thats why I stressed you to make sure to check your deployement & probably MessageSet ID.
I was surprised to see you feel offended when I o ... |
Topic: SourceQueue name of MQGET node |
vaibhav_vy
Replies: 7 Views: 5164
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 9:40 pm Subject: SourceQueue name of MQGET node |
MQGet node populates LocalEnvironment.MQ.GET tree to indicate CC, RC & MQMD header used by MQGET call. Here the MQMD field is BLOB.
I tried to convert it into something meaningful from where I ca ... |
Topic: delimited fields in xml tag |
vaibhav_vy
Replies: 7 Views: 5935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 9:16 pm Subject: delimited fields in xml tag |
AFAIK, there is no such ESQL function that will parse the delimited field & return subfields.
(Something like we have StringTokenizer in Java.) |
Topic: delimited fields in xml tag |
vaibhav_vy
Replies: 7 Views: 5935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 9:10 pm Subject: delimited fields in xml tag |
Please go through details following below link. It shows how to process messages having delimited subfields.
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools. ... |
Topic: Compute/JCN |
vaibhav_vy
Replies: 10 Views: 7070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 8:44 pm Subject: Compute/JCN |
Do you want to execute any application/ windows, AIX command from compute node or JCN or do you want to execute database stored procedure or Java method ? |
Topic: Error in Message Broker 6.1.0.2 |
vaibhav_vy
Replies: 15 Views: 17654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 3:28 am Subject: Error in Message Broker 6.1.0.2 |
Please make sure you have deployed the proper message set along with message flow using that message set. The error 'RM Dictionary Not Found' typically thrown when message set is not deployed. Moreove ... |
Topic: Oracle--> MQ Connectivity |
vaibhav_vy
Replies: 5 Views: 3576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 1:29 am Subject: Oracle--> MQ Connectivity |
Definitely WBI JDBC adapter can help in this situation by creating event/archive tables & writing triggers which will populate these tables after detecting any database event.
Right now, there ... |
Topic: Problem with archive file in the toolkit version 6.1 |
vaibhav_vy
Replies: 5 Views: 4273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 1:20 am Subject: Problem with archive file in the toolkit version 6.1 |
If you are using toolkit 6.1.0.2, you might have to check Project References. Sometimes when subflow is added to main message flows, errors are displayed for adding the subflow. In that case, you have ... |
Topic: Setting JMS context in ESQL |
vaibhav_vy
Replies: 2 Views: 2985
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 18, 2008 1:14 am Subject: Setting JMS context in ESQL |
Try to search this forum to expose message flow as WebService using SOAP over JMS. This question has already been discussed in detail. |
Topic: Memory leakage issue on Broker v6.0.0.6 |
vaibhav_vy
Replies: 12 Views: 24904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 17, 2008 11:50 pm Subject: Memory leakage issue on Broker v6.0.0.6 |
We are using Broker 6.1 & it seems memory leaks are not completely rectified esp. when JCNs are used.
Even in Broker 6.1 the same memory allocation strategy is used. We checked it using some te ... |
Topic: Memory leakage issue on Broker v6.0.0.6 |
vaibhav_vy
Replies: 12 Views: 24904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 17, 2008 9:57 pm Subject: Memory leakage issue on Broker v6.0.0.6 |
There are still some issues with JVM of broker. We are using Broker Runtime 6.1 & we use JavaCompute nodes. We also found the same memory leak issue & we are in process of removing JavaCompute ... |
Topic: Broker Basic Question |
vaibhav_vy
Replies: 2 Views: 2249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 17, 2008 9:23 pm Subject: Broker Basic Question |
You can also do something like this,
SET Environment.Variables.result = CAST(ASBITSTREAM (InputBody Options FolderBitStream) AS CHARACTER ENCODING xxx CCSID xxx);
where you can use either ENCODI ... |
Topic: problem using SHARED variable |
vaibhav_vy
Replies: 7 Views: 5780
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 14, 2008 12:51 am Subject: problem using SHARED variable |
Its really weird. I am using Win XP / Broker Runtime 6.1 / Toolkit 6.1.0.2. But ROW variable declaration did not work without initializing it.
Lets hope some other members will throw more light on ... |
Topic: TimeoutNotification set to automatic fires only once |
vaibhav_vy
Replies: 4 Views: 3372
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2008 9:22 pm Subject: TimeoutNotification set to automatic fires only once |
Even using very large timeout wont solve this problem as eventually it will be triggered after that.
What you can do is make use of Cache nodes. These nodes are available as fixpack IA91. When the ... |