Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-RC1
-
Fix Version/s: 2.0.0-RC2
-
Component/s: Core: Configuration
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
There is not schema for jms: endpoints so I can't do -
<jms:inbound-endpoint queue="myQueue">
<jms:selector expression="Priority > 5"/>
<jms:transaction action="ALWAYS_BEGIN"/>
</jms:inbound-endpoint>
Issue Links
- relates to
-
MULE-2340
Transport-Specific Config (Endpoints, Transformers)
-
i've added basic endpoint support - that means that you can define global, inbound and outbound endpoints, with either a queue or a topic (topic prefixes the name with "topic:"). the standard endpoint attributes (eg connector-ref) are also supported.
transactions are already supported, but the example above includes a "selector". i've searched existing configs for bother "selector" and "priority", but i can't find anything that seems relevant. can you give more details, please?
jms also has support for connector factories etc, but if there is anything that should be in the endpoint element itself (eg common endpoint properties), please can you also suggest them? again, i've gone through existing configs, but found nothing.