Author |
Message |
Topic: limit on memory consumption of 64bit execution groups |
dominik.schweers
Replies: 34 Views: 27454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 10, 2011 6:26 am Subject: limit on memory consumption of 64bit execution groups |
Thank you very much for the lively discussion!
The flows/EGs causing the memory problems do not use JAVA for mapping or lets say their "real" work.
Indeed there is a bit of JAVA in eve ... |
Topic: limit on memory consumption of 64bit execution groups |
dominik.schweers
Replies: 34 Views: 27454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 9:55 pm Subject: limit on memory consumption of 64bit execution groups |
There are certain things that can be done in message flow coding that will fail to free memory.
Is this documented somewhere or can you give examples?
Thank you very much! |
Topic: rename cmf in BAR |
dominik.schweers
Replies: 14 Views: 7674
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 24, 2010 1:31 am Subject: rename cmf in BAR |
Hi all!
We have the same problem over here! I have found no way to rename a flow automatically during build.
My colleague found a very nice way to do what we want:
We have a flow called FlowX ... |
Topic: View mqsisetdbparms |
dominik.schweers
Replies: 21 Views: 30037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 03, 2010 4:35 am Subject: View mqsisetdbparms |
On Solaris I found these settings in the filesystem. I don't remember exactly, sorry. I think it was something like
/var/mqsi/registry/<brokername>/DSN/
After DSN there are directories fo ... |
Topic: XMLNSC losing Attributes when passing reference to function |
dominik.schweers
Replies: 10 Views: 7879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 30, 2009 6:17 am Subject: XMLNSC losing Attributes when passing reference to function |
dont rely on debugger, it wont show attributes properly, hopefully its fixed in v7
You are right! The debugger AND the trace nodes fooled me
The attributes are there and can be access ... |
Topic: XMLNSC losing Attributes when passing reference to function |
dominik.schweers
Replies: 10 Views: 7879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 6:00 am Subject: XMLNSC losing Attributes when passing reference to function |
Nice idea! Thank you very much!
Tried
SET Environment.TEST.TEST = ref_hq;
inside my function. Result in trace is
(0x01000000:Name):TEST = (
(0x010 ... |
Topic: XMLNSC losing Attributes when passing reference to function |
dominik.schweers
Replies: 10 Views: 7879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 5:00 am Subject: XMLNSC losing Attributes when passing reference to function |
Done! Here is the Result:
(0x01000000:Folder ):Headquarter = (
(0x01000000:Folder):CountryHeadquarter = & ... |
Topic: XMLNSC losing Attributes when passing reference to function |
dominik.schweers
Replies: 10 Views: 7879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 2:55 am Subject: XMLNSC losing Attributes when passing reference to function |
Hi MGK!
I am not creating a message. I am doing a INSERT into DB2 with data from incoming XML message.
I tried to do a USER TRACE but mqsiformatlog fails with BIP5004E. My colleague is going t ... |
Topic: XMLNSC losing Attributes when passing reference to function |
dominik.schweers
Replies: 10 Views: 7879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 17, 2009 10:52 pm Subject: XMLNSC losing Attributes when passing reference to function |
Hi all!
I found a lot of threads about XMLNSC and attributes, but none of them could help me.
I have a very complex mapping of XML data. There are some points where I pass references to subtree ... |
Topic: Conversion of SWIFT messages to XML through XSLT |
dominik.schweers
Replies: 4 Views: 9125
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 3:10 am Subject: Conversion of SWIFT messages to XML through XSLT |
Have a look at this:
http://wife.sourceforge.net/index.php?page=home
Its a Open Source Library that can parse SWIFT MT into an Java Object Tree. There is also a Writer that can serialize this Ob ... |
Topic: Deploying one Flow multiple Times |
dominik.schweers
Replies: 5 Views: 3251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2009 2:17 am Subject: Deploying one Flow multiple Times |
It's entirely possible to rename flows by changing the filename and editing the broker.xml.
Guys, thanks for your answers. mqjeff can you explain this in detail? Simply renaming the file does not w ... |
Topic: Deploying one Flow multiple Times |
dominik.schweers
Replies: 5 Views: 3251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 07, 2009 1:18 am Subject: Deploying one Flow multiple Times |
Hi Guys,
we have the following problem: There are some flows which are used in different configurations for different customers. The Source is exactly the same, only Queue Names and some other para ... |
Topic: WMB V6.1 Solution Developement exam (IBM Test 315) |
dominik.schweers
Replies: 8 Views: 8660
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 04, 2008 12:13 am Subject: Re: WMB V6.1 Solution Developement exam (IBM Test 315) |
I don't know. If you've spent a year intensively working on the product and/or you have an IQ of 200 then possibly. If you're one of the developers working for me atm you could spend 100 years wor ... |
Topic: Stored Procedure with Param Type: CHAR FOR BIT DATA |
dominik.schweers
Replies: 1 Views: 2220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 05, 2008 12:54 am Subject: Stored Procedure with Param Type: CHAR FOR BIT DATA |
Hi Guys,
i need to call a stored proc on DB2(z/OS). The stored proc has two parameters. The first is declared as CHARACTER. The second ist declared as CHARACTER FOR BIT DATA . Both are INOUT.
W ... |
Topic: Customized SOAP fault message |
dominik.schweers
Replies: 6 Views: 7836
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 24, 2008 5:35 am Subject: Customized SOAP fault message |
Hi,
thanks for your help. I managed to create my own Fault Message and send it. Axis Client and Broker with HTTP Request Node recognise this as a Error Message.
Not its getting tricky. We have ... |