Jon Hegg
May 21st, 2008, 06:49 AM
Hi there,
I've been checking out the latest subversion head of Integration and playing around with it. It seems that the "channel" parameter for the JMS channel adapters is suddenly missing ?? Is this a bug, or have there been changes to the way this is handled ?
<xsd:complexType name="jmsAdapterType">
<xsd:annotation>
<xsd:documentation>
Common configuration for JMS-based adapters.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="id" type="xsd:string"/>
<xsd:attribute name="jms-template" type="xsd:string"/>
<xsd:attribute name="connection-factory" type="xsd:string"/>
<xsd:attribute name="destination" type="xsd:string"/>
<xsd:attribute name="destination-name" type="xsd:string"/>
</xsd:complexType>
I've been checking out the latest subversion head of Integration and playing around with it. It seems that the "channel" parameter for the JMS channel adapters is suddenly missing ?? Is this a bug, or have there been changes to the way this is handled ?
<xsd:complexType name="jmsAdapterType">
<xsd:annotation>
<xsd:documentation>
Common configuration for JMS-based adapters.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="id" type="xsd:string"/>
<xsd:attribute name="jms-template" type="xsd:string"/>
<xsd:attribute name="connection-factory" type="xsd:string"/>
<xsd:attribute name="destination" type="xsd:string"/>
<xsd:attribute name="destination-name" type="xsd:string"/>
</xsd:complexType>