Author |
Message |
Topic: one-way operation faults |
nize
Replies: 1 Views: 1730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 29, 2011 11:30 pm Subject: one-way operation faults |
Say that you have the following operation:
void AddCustomer(Customer) (i.e. a Customer object as input and no output)
Complying to WS-I BP 1.1 you are not allowed to define fault message ... |
Topic: WS-I Basic Profile 2.0 |
nize
Replies: 0 Views: 1414
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2011 7:11 am Subject: WS-I Basic Profile 2.0 |
In the information center for WMB 6.1.0.9 you can read that the platform supports WS-I Basic Profile Version 1.1:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/topic/com.ibm.etools.mft.doc/ ... |
Topic: Nested LDAP group support in WMB |
nize
Replies: 0 Views: 1529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2011 12:10 am Subject: Nested LDAP group support in WMB |
Background
I have the following config in the MS (Active Directory) AD:
* a group called "MyADGroup"
* "MyADGroup" is containing another group "WSAdmins" and a user ... |
Topic: WS-MetadataExchange |
nize
Replies: 7 Views: 4394
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 17, 2010 12:38 am Subject: WS-MetadataExchange |
Thanks, mqk. |
Topic: WS-MetadataExchange |
nize
Replies: 7 Views: 4394
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 17, 2010 12:16 am Subject: WS-MetadataExchange |
Presumably to act as a provider of metadata about the web services that are being hosted in Broker, through WS-MetadataExchange protocol.
Exactly what I meant!
I guess so, but you're not going t ... |
Topic: WS-MetadataExchange |
nize
Replies: 7 Views: 4394
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 16, 2010 6:01 am Subject: WS-MetadataExchange |
Does the WMB 6.1 or later (which?) provide out-of-the-box support to act as a provider in the WS-MetadataExchange standard?
http://www.w3.org/TR/ws-metadata-exchange |
Topic: JMS and NameValueCCSID |
nize
Replies: 3 Views: 3515
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 08, 2010 6:35 am Subject: JMS and NameValueCCSID |
Are you sure the message was built using WMQ JMS / XMS and not java base or c / c#?
Yes, I am sure we are using WMQ JMS.
Are you sure you have the latest version of V7 (7.0.1.3) ?
The app ... |
Topic: JMS and NameValueCCSID |
nize
Replies: 3 Views: 3515
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 03, 2010 12:01 am Subject: JMS and NameValueCCSID |
Hi,
How do you set the NameValueCCSID (of the MQRFH2 header) using the WMQ JMS implementation? It seems to default to 819, which is not a valid value, and causing a problem in WMQ 7.
Thanks! |
Topic: Transactions and MQInput Catch terminal |
nize
Replies: 2 Views: 2311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 17, 2010 7:18 am Subject: Transactions and MQInput Catch terminal |
Hi,
I have BASIC question on flow transaction handling. Assume the following layout:
MQInput -> Compute -> DBUpdate1 -> DBUpdate2
Assume furthermore that the MQInput node has the Cat ... |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 7:46 am Subject: SOAPInput node failure terminal |
mqjeff: thanks for the valuable information.
You guys are generally doing a great job!  |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 7:08 am Subject: SOAPInput node failure terminal |
you might like to look at APAR IC70662
Thanks for pointing this out!
It looks somewhat scary. And there is a risk that the 6.1.0.9 will not be released until the Q1 2011. By the way I am de ... |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 4:15 am Subject: SOAPInput node failure terminal |
I hope this helps explain this a little better...
mqk: Yes, it does. Thanks! The event "backout count reached!" is considered an exception/failure that happens INSIDE the node and is in o ... |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 15, 2010 7:52 am Subject: SOAPInput node failure terminal |
Yes. If the backout threshold is reached the MQInput node puts the message to the backout queue.
Yes, it puts it to the backout queue, but ONLY in case the failure terminal is not connected. Ri ... |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 15, 2010 7:27 am Subject: SOAPInput node failure terminal |
I don't think the MQInput node does that.
hmm... ok, but if the backout threshold is reached in an MQInput node then the message is put to the failure terminal. Am I wrong?
I mean when an ex ... |
Topic: SOAPInput node failure terminal |
nize
Replies: 15 Views: 13150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 15, 2010 6:38 am Subject: SOAPInput node failure terminal |
Thanks for the quick response!
Isn't it correct that the SOAPInput node should put the message to the failure output in case an exception is raised on the catch path? I believe the MQInput node beh ... |