Author |
Message |
Topic: Truncate JMS Header for MQ Message |
jorro004
Replies: 2 Views: 3984
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 24, 2008 12:12 pm Subject: Truncate JMS Header for MQ Message |
Hi Folks,
I have two message flows, one which pubishes using the following code
SET OutputRoot.MQMD.CodedCharSetId = 1208;
SET OutputRoot.MQMD.Format = MQFMT_RF_HEADER_2;
SET OutputRoot.MQM ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 05, 2008 1:52 pm Subject: Advise on JMSInput Node |
Hi Vitor,
Sorry for the trouble, I'm new to JMS concepts and couldnt find the way to sort the problem out. I changed the flow and deployed the code and now the parser is pointed to be 'XMLNS'
I ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 12:19 pm Subject: Advise on JMSInput Node |
Hi Kimbert
Thanks for your suggestions
I changed the Code and looks like this
DECLARE I INTEGER;
DECLARE J INTEGER;
SET I = 1;
SET J = CARDINALITY(InputRoot.*[]);
WHILE I < J DO
SET O ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 6:34 am Subject: Advise on JMSInput Node |
Hi Folks,
I did some study on the Pub/Sub and tried to implement and couldnt succeed and that is the reason for posting my questions in this form, As I belive that this forum is the best for Advise ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 3:41 pm Subject: Advise on JMSInput Node |
This time I get the below error, When I changed the format to "MQSTR"
]BIP2628E: Exception condition detected on input node TESTFLOW.TEST_BRK.IN.'. : DEV_BROKER.e3bb7391-1601-0000-0080-f8 ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 2:12 pm Subject: Advise on JMSInput Node |
How does the format string
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQFMT_STRING' ;
is different from
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQSTR';
As I could see the Trace , ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 12:09 pm Subject: Advise on JMSInput Node |
Hi Folks..
Looks like the subscriber flow is working, As I could see the Topic registered to the Broker from the Toolkit.
Can any one please advise, how can I check the Publish application to ve ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 7:27 am Subject: Advise on JMSInput Node |
Even that didn't help out.
Any suggestions please!!
Thanks |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 28, 2008 12:48 pm Subject: Advise on JMSInput Node |
Hi,
I was able to overcome the issue, by making the queue property shareable. Even though I did it the Publish Flow doesn't seem to publish the message and I dont see any Topics are Subscribers reg ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 28, 2008 6:38 am Subject: Advise on JMSInput Node |
Initially I didnt have anyClient ID, After this I added Client ID to the JNDI objects through JMSAdmin.
I resolved that error and next the Broker complains about the
"Node failed to open ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 27, 2008 2:49 pm Subject: Advise on JMSInput Node |
Hi,
When I deploy the subscriber flow, I'm getting errors as below
mqdev WebSphere Broker v6100[15354]: (DEV_BROKER.)[11]BIP2628E: Exception condition detected on input node Test.JMSInput'. : DE ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2008 6:57 pm Subject: Advise on JMSInput Node |
Thanks Vitor for your response..
I know publish code should work...Think the problem is subscribing application.
I have the simple subcriber flow as below
JMSInputNode -> JMSMQTransform - ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2008 7:39 am Subject: Advise on JMSInput Node |
HI Vitor,
Thanks for your suggestions.
I changed code as below for Publish
CREATE FIELD OutputRoot.MQRFH2.psc.Command;
CREATE FIELD OutputRoot.MQRFH2.psc.Topic;
-- Set their values
SET ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2008 6:30 am Subject: Advise on JMSInput Node |
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encoding ... |
Topic: Advise on JMSInput Node |
jorro004
Replies: 38 Views: 25600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2008 1:07 pm Subject: Advise on JMSInput Node |
Hi Folks,
Thanks for pointing me to manual.
Here is what I have done
Pub Application
MQInput - > Compurte - > Publish(Topic)
The code for Compute is as below
SET OutputRoot.MQMD ... |