Author |
Message |
Topic: Creating a JSON message using ESQL in Broker 7.0.0.3 |
coolcurls
Replies: 8 Views: 26157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 9:23 am Subject: Creating a JSON message using ESQL in Broker 7.0.0.3 |
Hello kimbert,
oh I misunderstood what you posted earlier!
I did that and followed the steps and I got the desired output I wanted!
Here is my new code which works for me just fine.
Thanks ... |
Topic: Creating a JSON message using ESQL in Broker 7.0.0.3 |
coolcurls
Replies: 8 Views: 26157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 7:51 am Subject: Creating a JSON message using ESQL in Broker 7.0.0.3 |
I tried the following but still same output.
SET OutputRoot.JSON.Data TYPE = JSON.Array;
CREATE LASTCHILD OF OutputRoot.JSON.Data TYPE NameValue NAME 'd_code' VALUE OutputLoc ... |
Topic: Creating a JSON message using ESQL in Broker 7.0.0.3 |
coolcurls
Replies: 8 Views: 26157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 6:24 am Subject: Creating a JSON message using ESQL in Broker 7.0.0.3 |
Hello,
Thanks for the response.
I was able to get the following output:
{"d_code":"AFL","employee_id":"106137","flsa_code&q ... |
Topic: Creating a JSON message using ESQL in Broker 7.0.0.3 |
coolcurls
Replies: 8 Views: 26157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 28, 2013 6:46 pm Subject: Creating a JSON message using ESQL in Broker 7.0.0.3 |
Hello,
I am new to JSON format and trying to post a message in JSON format to a webservice. The source is CSV message and have to map it into array of records in JSON format like the below. Tried a ... |
Topic: Email Input Node WMB 7.0.0.3 |
coolcurls
Replies: 13 Views: 13233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 24, 2012 10:06 am Subject: Email Input Node WMB 7.0.0.3 |
The message fails on the Email Input Node itself. It does not come to any of the output terminals on the node n debug mode. I wanted to check and see if anyone has had this issue before.
I have open ... |
Topic: Email Input Node WMB 7.0.0.3 |
coolcurls
Replies: 13 Views: 13233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 23, 2012 4:18 pm Subject: Email Input Node WMB 7.0.0.3 |
Hello,
I am trying to receive emails using EmailInputNode. I have configured the input node with server and user credentials.
I deployed the flow. It fails at the Input node while reading the email ... |
Topic: Message Broker 6.1.0.4 - Websphere JCA Siebel Adapter |
coolcurls
Replies: 1 Views: 1994
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 24, 2010 6:27 pm Subject: Message Broker 6.1.0.4 - Websphere JCA Siebel Adapter |
Hello All,
I am trying to implement an interface in WMB 6.1.0.4.
I am using Websphere JCA Siebel Adapter 6.1.0.4. I have tried using Business Services but Siebel had some internal issues so i am try ... |
Topic: Message Broker 6.1.0.4 - Websphere JCA Siebel Adapter |
coolcurls
Replies: 0 Views: 1183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 24, 2010 6:26 pm Subject: Message Broker 6.1.0.4 - Websphere JCA Siebel Adapter |
Hello All,
I am trying to implement an interface in WMB 6.1.0.4.
I am using Websphere JCA Siebel Adapter 6.1.0.4. I have tried using Business Services but Siebel had some internal issues so i am try ... |
Topic: Setting JMS context in ESQL |
coolcurls
Replies: 2 Views: 2978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 14, 2008 1:34 pm Subject: Setting JMS context in ESQL |
Hi,
I have to expose my message flow as a WebService using SOAP/JMS.
I have successfully exposed the message flow using SOAP/HTTP. I am setting the context for HTTP using the following ESQL:
... |
Topic: Dynamicaly change Request URL in HttpRequest node (WMB) |
coolcurls
Replies: 2 Views: 2359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2008 8:09 am Subject: It defnitely works |
Hi MGK,
As u said it does work, apparently i had not propogated the LocalEnvironment. Thanks for your help.
-TT |
Topic: Dynamicaly change Request URL in HttpRequest node (WMB) |
coolcurls
Replies: 2 Views: 2359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2008 11:24 am Subject: Dynamicaly change Request URL in HttpRequest node (WMB) |
Hi All,
Does anyone have an idea on how to change the Request URL for a HttpRequest Node in Websphere Message Broker. For Ex: reading from a parameter file.
I have tried using the below statement i ... |
Topic: CCDT and SSL |
coolcurls
Replies: 6 Views: 6511
|
Forum: General IBM MQ Support Posted: Tue Aug 07, 2007 9:23 am Subject: CCDT and SSL |
Well I have specified the Qmgr name on the client channel i am interested in, and that is the same Qmgr name I am using in the program to make a connection call MQCONN in java using
MQQueueManager ... |
Topic: CCDT and SSL |
coolcurls
Replies: 6 Views: 6511
|
Forum: General IBM MQ Support Posted: Mon Aug 06, 2007 3:34 pm Subject: CCDT and SSL |
Hello all,
According to this article
http://www.ibm.com/developerworks/websphere/library/techarticles/0704_xu/0704_xu.html
looks like SYSTEM.DEF.SVRCONN channel is used when the CCDT is used. I c ... |
Topic: CCDT and SSL |
coolcurls
Replies: 6 Views: 6511
|
Forum: General IBM MQ Support Posted: Sat Aug 04, 2007 11:06 am Subject: CCDT and SSL |
Hi Michael,
Thats a very good point but yes I did copy the CCDT after I enabled the SSL. Even if I didnt, the program should not be able to connect as the properties on the channel are already set f ... |
Topic: CCDT and SSL |
coolcurls
Replies: 6 Views: 6511
|
Forum: General IBM MQ Support Posted: Fri Aug 03, 2007 2:24 pm Subject: CCDT and SSL |
Hello Everyone,
I am using a Java MQ client sitting on my local machine to connect to a remote Queue Manager (on AIX). I have created the Client Channel Definition and copied the AMQCLCHL.TAB onto m ... |