Hello, 

In SM 3.1
i have worked with a Jms Component, but with my config

 <beans ... >
    <jms:endpoint service="msp:jmsSender2"
         endpoint="MSPJmsSender"
         interfaceName="mspjms:JMSServiceInterface"
         role="provider" 
         destinationStyle="queue"
         jmsProviderDestinationName="queue/A"
         connectionFactory="#jmsFactory" />
</beans>

i can't register the interfaceName, and my bpel engine
can't call my JMS provider. 
Please, what's wrong why this config.
FYI: i would like the save behavoir than this
LW-config.
<sm:activationSpec componentName="MSPJmsSender" 
service="msp:jmsSender"
interfaceName="mspjms:JMSServiceInterface">
<sm:component>
<bean
class="org.apache.servicemix.components.jms.JmsSenderComponent">
<property name="template">
<bean
class="org.springframework.jms.core.JmsTemplate">
<property name="connectionFactory"><ref
local="jmsFactory"/></property>                         <property
name="defaultDestinationName"
value="fr.gouv.msp.jms.queue"/>
<property name="pubSubDomain" value="true"/>            </bean>
</property>
</bean>
</sm:component>
</sm:activationSpec>

by advance, thanks

GAA



        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Reply via email to