@jc:mb-subscription-method Annotation
This section describes the method attributes supported for the Subscription control.
Syntax
@jc:mb-subscription-method
[filter-value-match="filter value match"]
Attributes
filter-value-match
The filter-value that the XQuery expression results must match for the message to be dispatched to a subscribing business process. This is an optional method-level annotation. Valid values for the filter-value-match annotation include a string constant that is compared directly to the XQuery results, or a method parameter in curly braces. For example: {parameter1}
Related Topics
Message Broker Subscription Control