Browse Source

spring-jms-3.2.xsd allows for SpEL expressions in prefetch and receive-timeout attributes

Issue: SPR-9553
pull/216/head
Juergen Hoeller 12 years ago committed by unknown
parent
commit
d55877ccf2
  1. 6
      spring-jms/src/main/resources/org/springframework/jms/config/spring-jms-3.2.xsd

6
spring-jms/src/main/resources/org/springframework/jms/config/spring-jms-3.2.xsd

@ -225,7 +225,7 @@ @@ -225,7 +225,7 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="prefetch" type="xsd:int">
<xsd:attribute name="prefetch" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The maximum number of messages to load into a single session.
@ -233,7 +233,7 @@ @@ -233,7 +233,7 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="receive-timeout" type="xsd:int">
<xsd:attribute name="receive-timeout" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The timeout to use for receive calls (in milliseconds).
@ -391,7 +391,7 @@ @@ -391,7 +391,7 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="prefetch" type="xsd:int">
<xsd:attribute name="prefetch" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The maximum number of messages to load into a single session.

Loading…
Cancel
Save