Author |
Message |
Topic: Need help to setup multiple keystore/truststore in ACE V11 |
mikepham
Replies: 4 Views: 8960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 09, 2023 8:53 pm Subject: Need help to setup multiple keystore/truststore in ACE V11 |
Hi.
So I guess I may have to add the CA cert of the 2nd HTTPS webservice into the current keystore/truststore.
Yes, this is the way to do it. As you are not using mTLS you do not need to specify ... |
Topic: Need help to setup multiple keystore/truststore in ACE V11 |
mikepham
Replies: 4 Views: 8960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 08, 2023 5:46 pm Subject: Need help to setup multiple keystore/truststore in ACE V11 |
You know you can have multiple keys in a key store / trust store. You will have to specify on each call with certificate (key) to use...
:enjoy:
Hi fjb_saper,
Thank you for the feedback.
If po ... |
Topic: Need help to setup multiple keystore/truststore in ACE V11 |
mikepham
Replies: 4 Views: 8960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2023 3:41 am Subject: Need help to setup multiple keystore/truststore in ACE V11 |
Hi
I have a flow which has to call 2 different HTTPS webservices
My flow was deployed to an ACE server managed by an ACE node
I configured in the node.conf.yaml file:
BrokerRegistry:
... |
Topic: CDATA within XML Tag |
mikepham
Replies: 13 Views: 13041
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2011 7:55 pm Subject: CDATA within XML Tag |
Forgive me for asking, but are you saying this?:
- there is at least one input message which works even when CDATA is not used
- therefore there is no point in asking the sender to use CDATA
Hi ... |
Topic: CDATA within XML Tag |
mikepham
Replies: 13 Views: 13041
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2011 11:45 pm Subject: Re: CDATA into XML Message |
And why wouldn't it work? The raw data for field test, whether as CDATA or escaped XML data is the same.
Thanks for your quick response, fjb_saper. Your clarification does help
So why w ... |
Topic: CDATA within XML Tag |
mikepham
Replies: 13 Views: 13041
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2011 7:36 pm Subject: Re: CDATA into XML Message |
I've had a similar scenario where I've wanted to extract the contents of an XML tag that was wrapped in CDATA. I did the following
DECLARE bodyBlob BLOB CAST (InputRoot.XMLNSC.ns:ClmDecisionEngineR ... |
Topic: Global/ Shared Variables in Msg Flow |
mikepham
Replies: 19 Views: 35245
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 17, 2011 7:50 am Subject: Global/ Shared Variables in Msg Flow |
If you have 0 additional instances and only have one input node in the flow (as each input node automatically gets a thread) and can be sure that no admin in the future will not add an additional in ... |
Topic: Global/ Shared Variables in Msg Flow |
mikepham
Replies: 19 Views: 35245
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 17, 2011 6:29 am Subject: Global/ Shared Variables in Msg Flow |
Can two msg (one after one) came into my msgflow at the same time and the 1st msg run thru a node and save a value to shared variable, the 2nd msg overwrite it.
Yes, if you add any "additiona ... |
Topic: Global/ Shared Variables in Msg Flow |
mikepham
Replies: 19 Views: 35245
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 17, 2011 3:20 am Subject: Global/ Shared Variables in Msg Flow |
If you're creating common code that is going to be used to do some particular task and reused in many message flows that you aren't writing, then yes using a shared variable is a 'safer' method than u ... |
Topic: Global/ Shared Variables in Msg Flow |
mikepham
Replies: 19 Views: 35245
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 17, 2011 1:54 am Subject: Global/ Shared Variables in Msg Flow |
Thanks everyone for your explanation/clarification
So what are you trying to do by sharing variables?
Hi mqjeff, sorry for late reply on this because I'm kind of busy
I'm using sh ... |
Topic: Global/ Shared Variables in Msg Flow |
mikepham
Replies: 19 Views: 35245
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 10, 2011 11:14 pm Subject: Global/ Shared Variables in Msg Flow |
Hi everyone
I have questions related to using Shared variables. I'm a little bit confused and really need your help
I'm using WMB 6.1
I have 2 msgflow named: Msgflow1 and Msgflow2 under same ... |
Topic: Doing traverse xml message made the broker shutdown |
mikepham
Replies: 11 Views: 5359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 29, 2010 9:16 am Subject: Doing traverse xml message made the broker shutdown |
@mikepham Your recursivity algorithm looks much better now. This should do the trick. Have fun
thank you, my friend  |
Topic: Doing traverse xml message made the broker shutdown |
mikepham
Replies: 11 Views: 5359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 29, 2010 2:18 am Subject: Doing traverse xml message made the broker shutdown |
Hi kimbert
You're probably right. I double checked the traverse method and looked like the statement below was redundant
MOVE REF_Cursor PREVIOUSSIBLING;
I removed it and test again the metho ... |
Topic: Doing traverse xml message made the broker shutdown |
mikepham
Replies: 11 Views: 5359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 25, 2010 1:36 am Subject: Doing traverse xml message made the broker shutdown |
Hi kimber and Gaya
I think I figured out why the broker shutdown in Unix-AIX environment
It sounds kind of strange
If the input xml file like this use as input for the traverse method above. It ... |
Topic: Doing traverse xml message made the broker shutdown |
mikepham
Replies: 11 Views: 5359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 4:04 am Subject: Doing traverse xml message made the broker shutdown |
Thank you for the link
I will look into it for the db issue
Do you think the recursion code above can make broker failed and shutdown ?
I read somewhere in this forum and looks like using recursi ... |