Author |
Message |
Topic: Set domain dynamically in the create statement |
Featherstone
Replies: 5 Views: 2463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 31, 2011 2:31 am Subject: Set domain dynamically in the create statement |
As mgk has stated the following should work
DECLARE DN CHAR ;
set DN=FIELDNAME(InputRoot.*[<]);
Create LASTCHILD of OutputRoot DOMAIN DN Name DN;
CREATE LASTCHILD OF Output ... |
Topic: Additional Instances |
Featherstone
Replies: 3 Views: 2646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 27, 2011 9:24 am Subject: Additional Instances |
This might tie in with my post http://www.mqseries.net/phpBB2/viewtopic.php?t=56405 where I've noticed that the config manager is not updating the information that it holds about the flows deployed on ... |
Topic: Additional Instances Setting/Getting Using CMP |
Featherstone
Replies: 8 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 27, 2011 4:15 am Subject: Additional Instances Setting/Getting Using CMP |
A final note on this...
Be aware that a deploy using a BAR file doesn't update all of the information about a broker that is held on the config manager. An example is the additional instance value ... |
Topic: Additional Instances Setting/Getting Using CMP |
Featherstone
Replies: 8 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 24, 2011 5:44 am Subject: Additional Instances Setting/Getting Using CMP |
You are correct in that the getRuntimeProperty(NAME_ADDITIONALINSTANCES) returns the new value.
Likewise, I was also coming to the conclusion that the toolkit must use the getAdditionalInstances() ... |
Topic: Additional Instances Setting/Getting Using CMP |
Featherstone
Replies: 8 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 24, 2011 5:05 am Subject: Additional Instances Setting/Getting Using CMP |
I can confirm that the synchronization does not reflect back in the toolkit. I updated my Java to perform a discoverConfiguration() rather than waiting the 60 minutes. |
Topic: Additional Instances Setting/Getting Using CMP |
Featherstone
Replies: 8 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 24, 2011 3:46 am Subject: Additional Instances Setting/Getting Using CMP |
Hi, running on Windows MB 6.1.0.3 and toolkit 6.1.0.8. Trying to set the additional instances property for a message flow using the CMP java classes.
I've used the MessageFlowProxy setAdditionalInsta ... |
Topic: MbService.logError |
Featherstone
Replies: 5 Views: 8023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 8:50 am Subject: Resolved! |
I've actually resolved the issue - 5 minutes after raising a post!
The sample JCN is incorrect and instead of using '%1' in a log message as a marker for an insert, you need to use '{0}'.
The ex ... |
Topic: MbService.logError |
Featherstone
Replies: 5 Views: 8023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 4:41 am Subject: MBService Insert Paramters Not Recognised |
I'm trying to use MBService class in a Java compute node in WMB7 flow and getting strange results. In my case the %1 defined in the log message is not being replaced with the passed object item but in ... |
Topic: How to use username token in SOAPRequest node |
Featherstone
Replies: 17 Views: 21958
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 25, 2010 3:22 am Subject: Adding the WS-SECURITY header |
I've discussed with the 3rd party and they offer an alternative to using the ws-security in the SOAP header. Basically I can create a new HTTP header by adding a HTTPHeader node and using the 'add hea ... |
Topic: How to use username token in SOAPRequest node |
Featherstone
Replies: 17 Views: 21958
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 19, 2010 3:26 am Subject: How to use username token in SOAPRequest node |
Still struggling to get this to work!
I'm able to connect to the 3rd party service using SOAPUI and they have an operation called 'Ping' to test the connection.
I've set everyhting as you've sug ... |
Topic: How to use username token in SOAPRequest node |
Featherstone
Replies: 17 Views: 21958
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 6:15 am Subject: How to use username token in SOAPRequest node |
Would appreciate an example of how to do this as I'm facing the same problem. I need to call a 3rd party web servie and need to include header such as this (example from their API docs) |