Author |
Message |
Topic: Speed up FLow with XSLT transform.... |
klabran
Replies: 4 Views: 3751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 10:35 am Subject: Speed up FLow with XSLT transform.... |
Thanks Jeff. I am caching it.
I would have to concur with your general rule of using XSLT with the current broker. I was doing an upgrade for this flow from a previously ESQL only implementati ... |
Topic: Speed up FLow with XSLT transform.... |
klabran
Replies: 4 Views: 3751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 10:11 am Subject: Speed up FLow with XSLT transform.... |
Matt thanks but in general I understand why. I was entirely shocked at how vast the performance difference was.
I was hoping that someone had found some tweaks in doing this to help reduce the per ... |
Topic: Speed up FLow with XSLT transform.... |
klabran
Replies: 4 Views: 3751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 9:00 am Subject: Speed up FLow with XSLT transform.... |
I am using WBIM 6. I have two flows. The first flow is completely using ESQL to transform my messages. The second one is using an XSLT to do the job.
Running these two I ran into a startling spe ... |
Topic: MQMD changes not showing... |
klabran
Replies: 2 Views: 3242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2006 4:11 pm Subject: MQMD changes not showing... |
Ha!!! It's the end of the day....
The output q needs to be set to SET ALL not Pass All on the Message Context.
 |
Topic: MQMD changes not showing... |
klabran
Replies: 2 Views: 3242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2006 3:54 pm Subject: MQMD changes not showing... |
I have an XML message that I change the MQMD UserIdentifier and ApplIdentifierData on. In debug the changes are made but when I look at the message on my output queue the UserIdentifier and ApplIdent ... |
Topic: Compiler change from v5 to v6 broker for references? |
klabran
Replies: 9 Views: 7753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 21, 2006 11:38 am Subject: Compiler change from v5 to v6 broker for references? |
They both work properly.
IF FIELDNAME(refBookID) IS NOT NULL AND TRIM(' ' FROM refBookID) <> 'CNO0' THEN
IF LASTMOVE(refBookID) AND TRIM(' ' FROM refBook ... |
Topic: Compiler change from v5 to v6 broker for references? |
klabran
Replies: 9 Views: 7753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 20, 2006 6:12 am Subject: Compiler change from v5 to v6 broker for references? |
Thanks fjb_saper!
Changed the IF to
IF LASTMOVE(refBookID) AND TRIM(' ' FROM refBookID) <> 'CNO0' THEN
All is well again!  |
Topic: Compiler change from v5 to v6 broker for references? |
klabran
Replies: 9 Views: 7753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 19, 2006 2:37 pm Subject: Compiler change from v5 to v6 broker for references? |
It seems that the v6 broker compilation works differently with references than the v5 broker....
Below is my code snippet:
DECLARE refBookID REFERENCE TO Body.cjs_Report.Booking.Suspect.Bookin ... |
Topic: Create Broker error BIP8087E - What's been left behind? |
klabran
Replies: 2 Views: 5315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 19, 2006 10:24 am Subject: Create Broker error BIP8087E - What's been left behind? |
Your the MAN Jeff!!!! That did it.
HKEY_LOCAL_MACHINE\SOFTWARE\IBM\WebSphereMQIntegrator
Deleted broker and config mgr folders.
Didn't even notice the drop in the db needs for configmgr.  |
Topic: Create Broker error BIP8087E - What's been left behind? |
klabran
Replies: 2 Views: 5315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 19, 2006 8:31 am Subject: Create Broker error BIP8087E - What's been left behind? |
I have a server that was running v5 of everything. We decided to blow it all away and install v6 of everything.
I now am to a point where I am running mqsicreatebroker command and I am getting BIP ... |
Topic: How to copy msgs from local q to remote q |
klabran
Replies: 4 Views: 3698
|
Forum: IBM MQ API Support Posted: Fri Sep 29, 2006 8:28 am Subject: How to copy msgs from local q to remote q |
As an FYI....
The RFHUtil program (IH03 support pack) can do this and it can even be scripted against.... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
klabran
Replies: 40 Views: 46407
|
Forum: IBM MQ API Support Posted: Wed Sep 27, 2006 3:44 pm Subject: VB.Net impossible to Put message(with .net framework 2.0) |
Sounds like I need to dust of my technical writing skills.....
Oh... that's right.... I don't have any.
How I have learned is by musing the samples provided with the MQ install and th ... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
klabran
Replies: 40 Views: 46407
|
Forum: IBM MQ API Support Posted: Wed Sep 27, 2006 9:42 am Subject: VB.Net impossible to Put message(with .net framework 2.0) |
Does anyone have any dirt from big blue as to when they will have a 2.0 supported .net library? |
Topic: Way to change for every row a columns value without loop... |
klabran
Replies: 3 Views: 3175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 6:07 am Subject: Way to change for every row a columns value without loop... |
thanks... |
Topic: Way to change for every row a columns value without loop... |
klabran
Replies: 3 Views: 3175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 2:53 pm Subject: Way to change for every row a columns value without loop... |
I have an xml message whereby a certain section is repeating. For a particular column in each row I would like to change the value for to a constant. Is there a way to do this without looping throug ... |