Author |
Message |
Topic: Event monitoring using profile |
MB Developer
Replies: 1 Views: 2836
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2015 4:25 am Subject: Event monitoring using profile |
Hi KIT_INC,
find the below link
[url=http://www.ibm.com/developerworks/websphere/library/techarticles/0911_fan/0911_fan.html]Link |
Topic: SOAP Request - Compute node |
MB Developer
Replies: 19 Views: 16284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2015 6:26 am Subject: SOAP Request - Compute node |
Thanks fjb_saper.... and iibmate  |
Topic: SOAP Request - Compute node |
MB Developer
Replies: 19 Views: 16284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 24, 2015 10:28 am Subject: Re: SOAP Request - Compute node |
Hi fjb_saper,
Once check my code and let me know below code is correct or not
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=&qu ... |
Topic: Accessing Smart databean using wcbase:usebean tag |
MB Developer
Replies: 0 Views: 29512
|
Forum: WebSphere Application Server Posted: Mon Apr 20, 2015 9:22 am Subject: Accessing Smart databean using wcbase:usebean tag |
Hi all,
i want to access smart databean using wcbase:usebean tag in jsp page.after creating class i will getting error.
i will create own databean class
package com.catalog.catalogentrydatabe ... |
Topic: How to Configure JMSInput Node |
MB Developer
Replies: 6 Views: 4927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 20, 2015 5:21 am Subject: How to Configure JMSInput Node |
Hi RaviSavi,
work with this JMSInput Node sample and configure properties
[url=http://www-01.ibm.com/support/knowledgecenter/SSKM8N_8.0.0/com.ibm.etools.mft.samples.jmsnode.doc/doc/setup.htm?lan ... |
Topic: Unable to configure SOAP nodes - Broker Toolkit 8.0.0.4 |
MB Developer
Replies: 11 Views: 10723
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 20, 2015 5:15 am Subject: Unable to configure SOAP nodes - Broker Toolkit 8.0.0.4 |
Yes it's work when follow above steps and no need to change any properties for SOAPInput Node. |
Topic: HTTP Web Service |
MB Developer
Replies: 11 Views: 6254
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2015 11:27 am Subject: Re: HTTP Web Service |
Hi All,
For right now, I am using the http request node, but it will throw an exception, because I don't have the response.
Thank you very much.
What do you have between a MQINPUT NODE ... |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2015 10:08 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff
This is my New code :
MbMessage inMessage = contact admin.getMessage();
MbMessage outMessage = new MbMessage();
MbMessageAssembly outAssembly = new MbMessageAssemb ... |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2015 9:59 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff,
Thanks for quick reply ...
yes I am also think at that line ..I don't know how to use in out put. |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2015 9:51 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff,
send me the sample code .... I will try but I am not getting .. |
Topic: Event MsgFlow data (Events) inserted into DB |
MB Developer
Replies: 0 Views: 2479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 11:06 am Subject: Event MsgFlow data (Events) inserted into DB |
Hi Experts,
Greetings....
I create a Message Flow with MQInput --> Compute --> MQOutput Nodes
Assign the Monitoring Events (QIN.FailureTerminal and QIN.CatchTerminal) to MQInput Node.
... |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 10:12 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff,
I go through code again and again more closely but I am not getting.
please mqjeff give me some hint ...  |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 9:11 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff,
let me know how to apply sorting code.... |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 7:28 am Subject: Sorting XML data using JavaCompute Node |
Hi mqjeff thanks for Reply..
I write below code in JavaCompute node
MbElement outRoot = outMessage.getRootElement();
MbElement outBody = outRoot.createElementAsLastChild("XMLNSC&q ... |
Topic: Sorting XML data using JavaCompute Node |
MB Developer
Replies: 12 Views: 9840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 5:52 am Subject: Sorting XML data using JavaCompute Node |
Hi All,
Greetings
MsgFlow: MQInput --> JavaCompute --> MQOutput
Input Message : JAVA.IN
<Items>
<ItemLoc>
<location>5</location>
<clas ... |