From ad2def94e04fb89d19894f5d1106e2ace0cc566c Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 18 Jan 2010 18:43:52 +0000 Subject: [PATCH] re-adding accidentally deleted jms files --- .../jms/config/spring-integration-jms-1.0.xsd | 508 ++++++++++++++ .../jms/config/spring-integration-jms-2.0.xsd | 620 ++++++++++++++++++ .../jms/config/spring-integration-jms.gif | Bin 0 -> 577 bytes 3 files changed, 1128 insertions(+) create mode 100644 org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-1.0.xsd create mode 100644 org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-2.0.xsd create mode 100644 org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms.gif diff --git a/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-1.0.xsd b/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-1.0.xsd new file mode 100644 index 0000000000..a066b27b98 --- /dev/null +++ b/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-1.0.xsd @@ -0,0 +1,508 @@ + + + + + + + + + + + + + + + Defines a JMS Message-Driven inbound Channel Adapter. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an inbound Channel Adapter for polling a JMS Destination. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an inbound JMS-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an outbound JMS-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an outbound JMS Message-sending Channel Adapter. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Common configuration for message-driven inbound JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + Common configuration for inbound JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a Transformer for adding statically configured JMS Headers. + + + + + + + + + + + + + + + + Common configuration for JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-2.0.xsd b/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-2.0.xsd new file mode 100644 index 0000000000..7456e97f93 --- /dev/null +++ b/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms-2.0.xsd @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + + Defines a Message Channel that is backed by a JMS Queue. + + + + + + + + + Reference to a JMS Queue. Either this attribute or the 'queue-name' + must be provided, but only one. + + + + + + + Name of a JMS Queue to be resolved by this channel's DestinationResolver. + + + + + + + + + + + + Defines a Message Channel that is backed by a JMS Topic. + + + + + + + + + Reference to a JMS Topic. Either this attribute or the 'topic-name' + must be provided, but only one. + + + + + + + Name of a JMS Topic to be resolved by this channel's DestinationResolver. + + + + + + + + + + + + + ID for this channel. Required. + + + + + + + Reference to a JMS ConnectionFactory. If none is provided, the default + bean name for the reference will be "connectionFactory". + + + + + + + Reference to a DestinationResolver. If none is provided, the default will + be a DynamicDestinationResolver. + + + + + + + + + Defines a JMS Message-Driven inbound Channel Adapter. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an inbound Channel Adapter for polling a JMS Destination. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an inbound JMS-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an outbound JMS-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an outbound JMS Message-sending Channel Adapter. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Common configuration for message-driven inbound JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + Common configuration for inbound JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + A JMS Message Selector expression. + + + + + + + + + + + + Defines a Transformer for adding statically configured JMS Headers. + + + + + + + + + The ReplyTo Destination for the JMS Message. + + + + + + + The Correlation ID for the JMS Message. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Common configuration for JMS-based adapters. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms.gif b/org.springframework.integration.jms/src/main/resources/org/springframework/integration/jms/config/spring-integration-jms.gif new file mode 100644 index 0000000000000000000000000000000000000000..03bc8fc8216896a93750960fb309ff88646ec22c GIT binary patch literal 577 zcmZ?wbhEHb6krfwc*Xz%|NsB*n7Z!guRn8F?Ad+z;`g6_zW@CF;n)A4fB*ma_y7H` z|3Ciz|M2_&mp}jC|Nj5y|Np=L|G#|s{L#ak%@sb)l|D@%(zmI?x4FXi=9NPe>pdsb zd(Lcjy>X=P;{KkO*A}ervs>BixUk)M-@>q)NBSO|TlD(g{`=RD9G+#rWrFR7KKqqj zj_(d7y}3AL??m&r$E(-XYHV#cSl;Hnyfa``Pw>ie}1XTIj1@=&Si;apJv2sRf>D*JmW$oRc!M&?n1PV`75Mlw`ZBlVbOFC9i9Y zKi(2j8el%Rwd80+=#kps`Dw1(N&}8HMC`1M$+A=5R1&f&FJfg*)biA@nK6OWLV|$7 z0uCP95{f@r7#SGi7<53^fZ~LKeO^OcQ*%peTYE>GiKUfsXOow+f_ac*r>TN_l$~pc zeTRjUp0%%!cW^+vO{ANFOH5d(N4rX_U!ZPybcBD0t*4pRp~HvFS{=*`nNOcF)N0e# zFk)k8XEV}JY}4V=&=(NU7ZOy8V`X7_sm#Npp{Xg%!>JsnuBIv{FU$8wO6m`v)ePt9 gd54?Xc*PW4J~T8da)}uvtY}bdZsitdVq~xe0Ph>x!~g&Q literal 0 HcmV?d00001