Improve destination-type documentation

Issue: SPR-12073
This commit is contained in:
Stephane Nicoll
2014-08-11 15:43:27 +02:00
parent d6370965eb
commit c0ea87010f
2 changed files with 11 additions and 5 deletions

View File

@@ -219,7 +219,9 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
The JMS destination type for this listener: "queue", "topic", "durableTopic",
"sharedTopic", "sharedDurableTopic". The default is "queue".
"sharedTopic", "sharedDurableTopic". This enables potentially the "pubSubDomain",
"subscriptionDurable" and "subscriptionShared" properties of the container. The
default is `queue` (i.e. disabling those 3 properties).
]]></xsd:documentation>
</xsd:annotation>
<xsd:simpleType>