Author |
Message |
Topic: Dequeued failed message |
NAIDU
Replies: 12 Views: 42880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 02, 2017 9:11 am Subject: Dequeued failed message |
How can i generate this error , Here I need to fix this kind of issue, can some advice on this |
Topic: Equivalent code for esql in java |
NAIDU
Replies: 1 Views: 1733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 16, 2017 8:50 am Subject: Equivalent code for esql in java |
Hi All,
I am struggling to write the code in Java compute node for below esql
This is esql which is working fine
DECLARE Msgreq CHARACTER;
DECLARE ReqMsg BLOB;
SET Msgreq = 'sample data ... |
Topic: Copying MBELEMENT using copyElementTree |
NAIDU
Replies: 3 Views: 2781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2017 3:18 am Subject: Copying MBELEMENT using copyElementTree |
here i am getting 1500 element in each parent. so i wanted copyelementtree approach or other approach which minimize code |
Topic: Copying MBELEMENT using copyElementTree |
NAIDU
Replies: 3 Views: 2781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2017 12:00 am Subject: Copying MBELEMENT using copyElementTree |
Hi Team ,
I am not able to copy copyelementTree twice. when i am doing second copyelementtree then it is overriding the first copyelementtree.
MY payload
<Root>
<Parent&g ... |
Topic: Creating namespaces in Java compute node |
NAIDU
Replies: 4 Views: 6027
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 10, 2017 12:38 pm Subject: Creating namespaces in Java compute node |
It quite opposite to my requirement.
now i have tried :
MbElement XMLNSC=outputroot.createElementAsLastChild(MbXMLNSC.PARSER_NAME);
MbElement getCustomerSubsc ... |
Topic: Creating namespaces in Java compute node |
NAIDU
Replies: 4 Views: 6027
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 10, 2017 11:49 am Subject: Creating namespaces in Java compute node |
Hi All,
I struggle to create namespaces . I wanted to construct message like
<out7:getCustomerSubscriptionInfoResponse xmlns:out7="http://wsdl.ussco.com/CustomerSubscription/CustomerS ... |
Topic: A question on mqsisetdbparms |
NAIDU
Replies: 14 Views: 27841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 02, 2017 1:39 am Subject: A question on mqsisetdbparms |
Hi,
I have check the user name in console using mqsireportdbparms command.
now when creating configurable service for JDBCProvider , we like give the details for ConnectionUrlFormat.
Here use ... |
Topic: A question on mqsisetdbparms |
NAIDU
Replies: 14 Views: 27841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 02, 2017 1:13 am Subject: A question on mqsisetdbparms |
Hi ,
I have mqsisetdbparms as
mqsisetdbparms TEST -n jdbc::SAMPLEDB -u sample user -p user.
I have space in user name. Can use double quotations for "sample user".
How can i v ... |
Topic: Migrating WESB 7.0 to IIB10 |
NAIDU
Replies: 10 Views: 7231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 29, 2017 3:40 am Subject: Migrating WESB 7.0 to IIB10 |
Thanq timber,
Here when migrating from WESB to IIB , we are getting mapping node which are using xsd's. with those xsd's we are trying construct new DFDL libraries. In a flow we are getting 5 t ... |
Topic: Migrating WESB 7.0 to IIB10 |
NAIDU
Replies: 10 Views: 7231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2017 10:31 am Subject: Migrating WESB 7.0 to IIB10 |
As of our Migration from WESB to IIB 10. We had WSDL and XSD's , and we are using WESB migration tool . so i wanted to use same wsdl and xsd's only |
Topic: Migrating WESB 7.0 to IIB10 |
NAIDU
Replies: 10 Views: 7231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2017 9:45 am Subject: Migrating WESB 7.0 to IIB10 |
Here I want create a DFDL library |
Topic: Migrating WESB 7.0 to IIB10 |
NAIDU
Replies: 10 Views: 7231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2017 2:47 am Subject: Migrating WESB 7.0 to IIB10 |
Hi timber,
The issue here is that i have a xsd and with that xsd , I am able to create a dfdl library, but i am facing issues with test parser.
Here is my input:
<?xml version=" ... |
Topic: Migrating WESB 7.0 to IIB10 |
NAIDU
Replies: 10 Views: 7231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 27, 2017 11:47 am Subject: Migrating WESB 7.0 to IIB10 |
Hi ,
I am facing issues when migrating WESB 7.0 to IIB V10. Here we had libraries for WESB , now I want convert that WESB libraries into IIB Resources, here WSDL and xsd's are getting erro ... |
Topic: Different ways of Accessing mbelements in java compute node |
NAIDU
Replies: 3 Views: 3109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 20, 2017 1:21 am Subject: Different ways of Accessing mbelements in java compute node |
Can we find any links regarding this topic in IBM sites. Accessing MBELEMENTS From message tree in java compute node. |
Topic: Different ways of Accessing mbelements in java compute node |
NAIDU
Replies: 3 Views: 3109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 19, 2017 10:41 am Subject: Different ways of Accessing mbelements in java compute node |
What is the Difference between getFirstElementByPath(./MQMD/Msgid) and getFirstElementByPath(../Msgid) in java compute node. Do both traverse to Msgid. |