Author |
Message |
Topic: Need DFDL library to not trim the leading spaces |
Mut1ey
Replies: 16 Views: 15327
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 23, 2015 2:20 am Subject: Need DFDL library to not trim the leading spaces |
Everything that you need to know about padding and trimming in DFDL is in the specification:
http://www-01.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.dfdl.spec.doc/dfdl_index.htm
It's ... |
Topic: DFDL Parse error after delimiter |
Mut1ey
Replies: 7 Views: 9360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 8:34 am Subject: DFDL Parse error after delimiter |
Are you the author of the sending application?
Unfortunately not; the process of creating an input message includes the addition of the field separators. So we would have to do something in broke ... |
Topic: DFDL Parse error after delimiter |
Mut1ey
Replies: 7 Views: 9360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 6:15 am Subject: DFDL Parse error after delimiter |
Before I answer the question, I would like to point out that you are not following recommended best practice in developing/debugging your DFDL model.
You should:
- generate the model. I guess you us ... |
Topic: DFDL Parse error after delimiter |
Mut1ey
Replies: 7 Views: 9360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 5:30 am Subject: DFDL Parse error after delimiter |
Post the model.
Can you also post the output from using the DFDL Test Parser in Toolkit on the same message data?
<?xml version="1.0" encoding="utf-8"?>
<xsd:sc ... |
Topic: DFDL Parse error after delimiter |
Mut1ey
Replies: 7 Views: 9360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 3:42 am Subject: DFDL Parse error after delimiter |
Using DFDL parser in v8.0.0.2 on Windows and AIX.
Having a simple model of text records that are pipe (|) 0x7c delimited and each element of implicit length, throws the following exception
... |
Topic: Computing has children - Debug Error |
Mut1ey
Replies: 3 Views: 4973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2012 5:44 am Subject: Flow Debugger error |
I am using 6.1.09 toolkit version, on Windows XP Pro SP3.
I see the same pop-up (An internal error occurred during: "Computing hasChildren") when using the flow debugger from within the ... |
Topic: Element existence check, followed by empty value test |
Mut1ey
Replies: 1 Views: 16487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 16, 2011 9:10 am Subject: Element existence check, followed by empty value test |
A general query. Based on an XSD we have some optional elements in the XML(NSC) tree, surprise surprise.
We want to execute path A if the element either does not exist or has a null/ empty strin ... |
Topic: Naming Standard - upper, lower or mixed case? |
Mut1ey
Replies: 6 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 05, 2010 3:24 am Subject: Naming Standard - upper, lower or mixed case? |
Here is the link which will answer your question(Considering esql too as one of the WMB object):
Thanks for this link. It states that mixed case should be used for ESQL file names. From secti ... |
Topic: Naming Standard - upper, lower or mixed case? |
Mut1ey
Replies: 6 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 04, 2010 10:53 am Subject: Naming Standard - upper, lower or mixed case? |
What do people feel is best-practice in naming broker objects, such as message flows? All upper case, all lower, or mixed?
Typically I see all upper case, but when asked to justify this, I was ... |
Topic: Handling large file using FileInput Node |
Mut1ey
Replies: 30 Views: 22917
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 4:32 pm Subject: File Node |
Your problem is you are trying to read the whole file in at once. This tries to parse the whole file into the input tree. This option and Parsed Record Sequence I found to be not suitable for large ... |
Topic: JMS message to MQ message |
Mut1ey
Replies: 10 Views: 16350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 22, 2010 2:33 am Subject: JMS message to MQ message |
An MQ message is an MQ message, regardless of whether it was sent by JMS or not.
A JMS message is not guaranteed to be an MQ message.
So if your JMS application is writing to an MQ Queue, the me ... |
Topic: JMS message to MQ message |
Mut1ey
Replies: 10 Views: 16350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 21, 2010 9:19 am Subject: Re: JMS message to MQ message |
Hi All,
A Web app puts a JMS message to a MQ queue that has a meesage flow retrieve messages from. In the message flow, can we directly use MQInput node to retrieve that JMS message and process it ... |
Topic: How does AMQP compare to MQ? |
Mut1ey
Replies: 9 Views: 22461
|
Forum: General Discussion Posted: Tue Mar 16, 2010 12:23 pm Subject: How does AMQP compare to MQ? |
Ok - I have looked in a bit more detail and it seems the AMQP is a multi-language specification (not just Java) that covers point-point and pub/sub domains. It also includes content-based routing via ... |
Topic: How does AMQP compare to MQ? |
Mut1ey
Replies: 9 Views: 22461
|
Forum: General Discussion Posted: Tue Mar 16, 2010 11:27 am Subject: How does AMQP compare to MQ? |
You are aware of course that MQ includes a pub/sub broker and that the product you were alluding to (with the higher cost) is WebSphere Message Broker (WMB) and serves a different purpose...
As I ... |
Topic: How does AMQP compare to MQ? |
Mut1ey
Replies: 9 Views: 22461
|
Forum: General Discussion Posted: Mon Mar 15, 2010 5:10 pm Subject: Re: How does AMQP compare to MQ? |
I have a meeting scheduled with a Redhat Rep this afternoon to discuss this product ...
How did it go? Anything interesting. From the little I have seen about AMQP, via a very unfortuantely name ... |