Author |
Message |
Topic: JMSProvider configurable service to connect to HornetQ |
GSnyder13
Replies: 4 Views: 4258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 04, 2014 12:12 pm Subject: JMSProvider configurable service to connect to HornetQ |
We have recently implemented broker flows that send Textmessages to HornetQ using the JMSOutput node. For the most part it works great except...when we get this: <usr><ExceptionList><Re ... |
Topic: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
GSnyder13
Replies: 6 Views: 4642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 07, 2012 11:59 am Subject: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
Thanks, kash, but I don't see that when I create a new mapping node in WMB V8. |
Topic: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
GSnyder13
Replies: 6 Views: 4642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 07, 2012 9:41 am Subject: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
Thanks. When I said ASSIGN, I meant in the Mapping Node, a value can be assigned to an output field. Values in the output fields in the Message Assembly can be overridden. Sorry. |
Topic: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
GSnyder13
Replies: 6 Views: 4642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 06, 2012 1:19 pm Subject: Overriding the Expiry in the MQMD using WMB 8 Mapping Node |
We have begun using WMB V8 and have started to refactor some of our request/reply flows to use DFDL. I have XML as the input with a DFDL xsd as the output. There is a need to override some of the MQMD ... |
Topic: TDS messageset problem |
GSnyder13
Replies: 4 Views: 3248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2008 9:23 am Subject: TDS messageset problem |
Thanks, Kimbert...your suggestions were on point and worked as you said. Your help is greatly appreciated!  |
Topic: TDS messageset problem |
GSnyder13
Replies: 4 Views: 3248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2008 6:17 am Subject: TDS messageset problem |
OK, perhaps I should rephrase my problem. We need to have, in the output message, character fields within double quotes. Numeric fields have no double quotes. Each data element should be delimited by ... |
Topic: TDS messageset problem |
GSnyder13
Replies: 4 Views: 3248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 18, 2008 11:53 am Subject: TDS messageset problem |
We are converting to WBIMB 6.1 and found one of our existing 5.0 TDS messageset is not working. We need to have an output message look like this (integers will have no double quotes, chars will have d ... |
Topic: external DB2 stored procedure and cursor processing |
GSnyder13
Replies: 3 Views: 3073
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 08, 2007 10:25 am Subject: external DB2 stored procedure and cursor processing |
Has anyone ever had occasion to call an external db2 stored procedure from WBIMB that returns a results set? Is the broker capable of receiving the contents of a DB2 cursor for processing by esql? |
Topic: Encoding and CCSID values |
GSnyder13
Replies: 3 Views: 3686
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2005 5:29 am Subject: Encoding and CCSID values |
Thanks, Jeff...you are truly the Grand Master. |
Topic: Encoding and CCSID values |
GSnyder13
Replies: 3 Views: 3686
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2005 4:56 am Subject: Encoding and CCSID values |
Does anyone know where one can obtain a list of what the values are for Encoding and CCSID?
Thanks. |
Topic: Problem with XMLNS namespace prefixes |
GSnyder13
Replies: 6 Views: 5850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 14, 2005 3:25 am Subject: Namespace - XMLNS |
My problem was really due to a misunderstanding regarding warnings issued by the broker. When I code this (where 'manu_sp' can be anything you want it to be):
DECLARE manu_sp NAMESPACE 'http://www. ... |
Topic: Problem with XMLNS namespace prefixes |
GSnyder13
Replies: 6 Views: 5850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 30, 2005 5:13 am Subject: Thanks, but... |
Thank you both for your responses, but I still can't get the "NS1" to say "xsi":
<admin xmlns:NS1="http://www.w3.org/2001/XMLSchema-instance" NS1:noNamespaceSchemaLocation="csm_admin.xsd">
... |
Topic: Problem with XMLNS namespace prefixes |
GSnyder13
Replies: 6 Views: 5850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 29, 2005 5:25 am Subject: Problem with XMLNS namespace prefixes |
I need to create the following XML(We are using WBIMB v5):
<?xml version="1.0" encoding="UTF-8"?>
<admin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLoc ... |