Author |
Message |
Topic: mqsicreatebar for sharedlibrary |
soudhanya
Replies: 3 Views: 7721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2020 10:23 am Subject: mqsicreatebar for sharedlibrary |
What is this deploy as source flag? |
Topic: Oracle XMLTYPE column |
soudhanya
Replies: 0 Views: 4414
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 09, 2019 9:36 pm Subject: Oracle XMLTYPE column |
Hi, I am trying to insert xml data in xmltype datatype field in database below is my code snippet but i am getting Unsupported feature.
ps1 = connection.prepareStatement(InsertQuery);
SQLXML xml ... |
Topic: Request-Reply Cluster |
soudhanya
Replies: 2 Views: 15689
|
Forum: Clustering Posted: Thu Nov 14, 2019 11:28 am Subject: Request-Reply Cluster |
Hi, we are using request reply pattern in cluster. We have 4 queue managers(GWQM1, GWQM2, MQ1, MQ2)
Request Flow:
Source Application puts a request message thru GWQM1 which sent to GWQM2, MQ1,MQ2.
... |
Topic: DFDL PArsing errors |
soudhanya
Replies: 2 Views: 3749
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2019 12:50 pm Subject: DFDL PArsing errors |
This is my code
<xsd:element dfdl:encoding="UTF-8" dfdl:ref="tns:CommaSeparatedFormat" ibmSchExtn:docRoot="true" name="DGA">
& ... |
Topic: DFDL PArsing errors |
soudhanya
Replies: 2 Views: 3749
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2019 12:44 pm Subject: DFDL PArsing errors |
Hi ,
I have commaseparated message model but im receiving special characters like (>250°C) oil (100 µL/L) this and it failing with DFDL parsing errors. Please help.
Thanks.. |
Topic: Provide a rest api service |
soudhanya
Replies: 4 Views: 4635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 05, 2018 10:15 am Subject: Provide a rest api service |
i haven't tried. Do you have any sample? |
Topic: Provide a rest api service |
soudhanya
Replies: 4 Views: 4635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 04, 2018 1:31 pm Subject: Provide a rest api service |
How to provide a rest api service with authentication. Please help. |
Topic: JSON Nested Arrays in ESQL |
soudhanya
Replies: 4 Views: 8417
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2018 6:02 am Subject: JSON Nested Arrays in ESQL |
Hi,
Can some one help me how to create nested Arrays..
Here is the JSON message:
{"name": "DiwRule3", "contactFilterRules": [
{
"contactFi ... |
Topic: MQGet Node |
soudhanya
Replies: 5 Views: 5070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 13, 2018 12:21 pm Subject: MQGet Node |
So.. ok.. It was my bad.. i would be more clear of asking question..
I have 2 operations: Retrieve and Remove
User A makes HTTP call to retrieve the message.. i selected browse only option.
S ... |
Topic: MQGet Node |
soudhanya
Replies: 5 Views: 5070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 13, 2018 11:49 am Subject: MQGet Node |
I am trying to delete message from queue using MQGET node..
Here are the flow details
HttpInput->Compute->MQGET->HttpReply
In my first flow i am trying to retrieve msgid using browse ... |
Topic: Parsing DFDL in Java |
soudhanya
Replies: 6 Views: 6471
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 28, 2017 8:53 am Subject: Parsing DFDL in Java |
DECLARE inputXml CHARACTER CAST(InputRoot.BLOB.BLOB AS CHAR CCSID 1208);
inputxml is the blob message |
Topic: Parsing DFDL in Java |
soudhanya
Replies: 6 Views: 6471
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 28, 2017 8:31 am Subject: Parsing DFDL in Java |
Hi,
Can somebody help me how to write below code in java
CREATE LASTCHILD OF Environment.NonIntervalUsageRecords DOMAIN('DFDL') PARSE(inputXml, 546, 1208, '','{http://www.ibm.com/dfdl/RecordSepa ... |
Topic: Timezone in ESQL |
soudhanya
Replies: 4 Views: 5375
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2017 10:03 am Subject: Timezone in ESQL |
How to set timezone in ESQL like below java code?
if(n.getAttributes().getNamedItem("IntervalZone").getNodeValue().equals("MountainUS") ... |
Topic: Exceptionlist |
soudhanya
Replies: 1 Views: 2910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2017 11:25 am Subject: Exceptionlist |
How to get Exceptionlist in the computenode? |
Topic: userdefined node using subflow |
soudhanya
Replies: 1 Views: 3098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 13, 2017 9:20 am Subject: userdefined node using subflow |
How to create a userdefined node using subflow? Please help me with documents if any body worked on it? |