JMS binding is not fully supported [message #577059] |
Thu, 27 May 2010 10:00 |
Eclipse User |
|
|
|
Currently in version 2.0.1 JmsBinding is not complete e.g does not allow to add Destination.
e.g.
currently we have the following output:
<sca:reference name="ss">
<sca:binding.jms name="asa" initialContextFactory="aa" jndiURL="qsa" operationProperties="ww:a" requestConnection="ww:a"/>
</sca:reference>
We need something that is Tuscany compliant like :
<sca:reference name="SmpAdaptorSendRef">
<sca:binding.jms correlationScheme="None" initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory " jndiURL="tcp://localhost:61616">
<sca:destination create="ifnotexist" name="net.xxx.smp.smpeventqueue"/>
<sca:response>
<sca:destination create="ifnotexist" name="responseQueue"/>
</sca:response>
<tuscany:wireFormat.jmsObject/>
</sca:binding.jms>
</sca:reference>
Is there any plan to add that in the next version ?
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.27377 seconds