Author |
Message |
Topic: Code Coverage for XSLT Node |
whydieanut
Replies: 6 Views: 2912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 25, 2015 7:50 pm Subject: Code Coverage for XSLT Node |
Again on an slightly unrelated note,
IAM2 doesn't give a report on the list of nodes traversed.
I am planning on extending the script to do that as well.
I am almost half way through, but is there ... |
Topic: Code Coverage for XSLT Node |
whydieanut
Replies: 6 Views: 2912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 16, 2015 1:49 am Subject: Code Coverage for XSLT Node |
Is it entirely futile to try and find a solution or is there some hope of mashing up some existing XSLT tool with WMB?
The thing is, we have flows using XSLT and can't wish them away (or move them to ... |
Topic: Code Coverage for XSLT Node |
whydieanut
Replies: 6 Views: 2912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 15, 2015 7:48 pm Subject: Code Coverage for XSLT Node |
Hi everyone,
We are trying to get Code Coverage reports for our flows.
We are currently using IAM2 for ESQL and are looking for something similar for XSLT nodes.
All I could find for XSLT are tools ... |
Topic: Check for duplicate data sent within the same day |
whydieanut
Replies: 4 Views: 2681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2015 8:00 am Subject: Check for duplicate data sent within the same day |
Thanks! Makes sense... |
Topic: Check for duplicate data sent within the same day |
whydieanut
Replies: 4 Views: 2681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2015 6:36 am Subject: Check for duplicate data sent within the same day |
but you could append your concatinated string to a file on the OS.
This is just an enhancement for an already existing flow which wasn't taking care of duplicates. So I believe avoiding the duplica ... |
Topic: Check for duplicate data sent within the same day |
whydieanut
Replies: 4 Views: 2681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2015 5:13 am Subject: Check for duplicate data sent within the same day |
Hi everyone.
I am trying to avoid processing duplicate messages in my flow.
The flow receives data along with some meta data via RFH2 like:
- Subject
- File Name
For a give day, any message tha ... |
Topic: Current q depth in esql |
whydieanut
Replies: 32 Views: 20194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 17, 2014 11:04 pm Subject: Current q depth in esql |
Hey jeff,
debugging the flow in toolkit and under MQPCFthe value populates as 3.Does this parameter returns the current queue depth -MQIA_CURRENT_Q_DEPTH ?
debug tree as follows
MQPCF
Type:I ... |
Topic: Parsing multiple SWIFT like format messages |
whydieanut
Replies: 5 Views: 3206
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2014 7:35 am Subject: Parsing multiple SWIFT like format messages |
I got this done by creating separate Groups for each contiguous set of fields using the same Tag Data Separator.
So in the above example, I created 4 Groups, each Tagged Delimited with appropriate ... |
Topic: Parsing multiple SWIFT like format messages |
whydieanut
Replies: 5 Views: 3206
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 17, 2014 1:56 am Subject: Parsing multiple SWIFT like format messages |
v6 is out of support. Have you purchased an extended support contract from IBM?
It's a little complicated. The client wants to continue developing in V6, though our environment is V8. we have tried r ... |
Topic: Parsing multiple SWIFT like format messages |
whydieanut
Replies: 5 Views: 3206
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2014 11:28 pm Subject: Parsing multiple SWIFT like format messages |
Kimbert,
I don't have the luxury of using DFDL. We're developing on V6.
But I got the message set working with the above approach.
But there's something else I just figured; I need to get the nam ... |
Topic: Parsing multiple SWIFT like format messages |
whydieanut
Replies: 5 Views: 3206
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 27, 2014 1:38 am Subject: Parsing multiple SWIFT like format messages |
Hi all,
I need to parse about 100 odd message types, which share the basic structure, but use different field names.
The messages are structured like below:
There is a tag at the beginning of each ... |
Topic: Use of of Java Singleton or Static object in WMB |
whydieanut
Replies: 8 Views: 4079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 09, 2014 6:22 am Subject: Use of of Java Singleton or Static object in WMB |
Why are you using a Java utility to perform something WMB can do itself? What's the use case here? Do not reply "because that's my requirement" - what's the technical reason?
Why especial ... |
Topic: Use of of Java Singleton or Static object in WMB |
whydieanut
Replies: 8 Views: 4079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 09, 2014 4:15 am Subject: Use of of Java Singleton or Static object in WMB |
Hi all,
I have a requirement wherein I need to make use of a Java utility to make Database look-ups in my flow. I have created a Java project to make use of the existing utility to connect to and que ... |
Topic: Testing for an empty complex element in XML domain |
whydieanut
Replies: 8 Views: 4169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 05, 2013 2:33 am Subject: Testing for an empty complex element in XML domain |
This returns true even for non element text nodes (like \n)
Will test if XML.Element solves this. |
Topic: Testing for an empty complex element in XML domain |
whydieanut
Replies: 8 Views: 4169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 05, 2013 12:52 am Subject: Testing for an empty complex element in XML domain |
If you will have to change the code anyway, have you considered migrating to XMLNSC?
We are using XMLNSC for any new developments, but moving existing code to XMLNSC has too much dependency/regressio ... |