Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Component Architecture (SCA) Tools » JMS binding is not fully supported
JMS binding is not fully supported [message #577059] Thu, 27 May 2010 14:00
bachra04  is currently offline bachra04 Friend
Messages: 148
Registered: April 2010
Senior Member
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
Previous Topic:Additional behaviors for SCA designer
Next Topic:customize the palette
Goto Forum:
  


Current Time: Thu Apr 18 09:49:48 GMT 2024

Powered by FUDForum. Page generated in 0.01985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top