Author |
Message |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 11:37 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
I read this page. The thing i want to send messages to different queue. I dont want to use alternative terminal. I want to use the output terminal. That points to 2 different MQNodes.
The thing i ... |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 11:30 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
I ALSO tried to find out this point that you told me before but unable to know how to do this in Java Compute Node...
How to configure an MQOutput node to use a queue name from the message tree, ra ... |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 11:07 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
Lets suppose i have create these two messages.
MbMessage outMessage = new MbMessage(inMessage);
MbMessageAssembly outAssembly = new MbMessageAssembly(contact admin, outMessage);
...
newMsg.finalize ... |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 11:02 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
Well this is what i want using Java Compute Node.
how to connect different terminals to different MQOutput nodes. |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 10:01 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
I have already seen that sample. But thats describe the ESQL Node not JCN.
Well Cant you provide me a link where i can write messages to multiple queue in JCN?? |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 9:27 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
So how can we describe inside the JCN that, In which MQ Node you have to put what message???
I am using the following way in JCN.
MbMessage outMessage = new MbMessage(inMessage);
MbElemen ... |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 9:17 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
Thanks for your quick response!
Well i am unable to understand what do you mean by use the facilities of WMB?? I am using WebSphere Message Broker. Inside this i am using Java Compute Node that gen ... |
Topic: Can we put different msgs on diff. queues via Java Compute?? |
wisemind
Replies: 17 Views: 12960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 8:54 am Subject: Can we put different msgs on diff. queues via Java Compute?? |
Hello ,
I am using Message Broker V 6.1.0.3. I want to put different messages in different queues using Java Compute Node. The thing i want is to execute messages on same time with different output ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2010 3:57 am Subject: unable to write more than 1000 character in IBM MQ queue |
Well i download the MQ Visual Edit from the given source as mentioned in previous post. Where i can see the all message. Actually the problem resides in MQ Explorer thats not allow us to see message t ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 11:32 pm Subject: unable to write more than 1000 character in IBM MQ queue |
thank you guys problem is solved:) |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 9:22 pm Subject: unable to write more than 1000 character in IBM MQ queue |
The point i understand is that, messages in the queue are fine and stored but its not showing me more than 1000bytes in the queue. right??
So which one is the best tool to view messages in the que ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 1:54 pm Subject: unable to write more than 1000 character in IBM MQ queue |
I am viewing the message in WebSphere MQ Explorer.i.e. in truncated form.
No i didnt use any tool like RfUtil.
The problem is existing in Websphere Message Queue. Might be there are some setti ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 11:54 am Subject: unable to write more than 1000 character in IBM MQ queue |
I am using the trace node for logging into some file. And i am not getting any error in file. I am using Message Broker 7 and i observed one more thing when i write some xml message from WebSphere Int ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 10:43 am Subject: unable to write more than 1000 character in IBM MQ queue |
I am saying message is truncated in message queue. Is there any option in queue Of Websphere Message Queue to increase the data length??
XML message is fine when i shorten the xml message less tha ... |
Topic: unable to write more than 1000 character in IBM MQ queue |
wisemind
Replies: 23 Views: 22901
|
Forum: General IBM MQ Support Posted: Wed Aug 11, 2010 10:15 am Subject: unable to write more than 1000 character in IBM MQ queue |
Well guys actually i am generating xml message in Message Broker Version 7.0.0. When i write xml message to some queue that belongs to Websphere Message Queue. Its not giving any error just truncated ... |