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 #536268] Thu, 27 May 2010 14:00 Go to next message
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
Re: JMS binding is not fully supported [message #536273 is a reply to message #536268] Thu, 27 May 2010 14:13 Go to previous messageGo to next message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
Can you please file a bug for this.

Thanks,

Stephane Drapeau
Obeo

bachra04 a écrit :
> 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
>
Re: JMS binding is not fully supported [message #536373 is a reply to message #536273] Thu, 27 May 2010 20:43 Go to previous messageGo to next message
bachra04  is currently offline bachra04 Friend
Messages: 148
Registered: April 2010
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=314690
Re: JMS binding is not fully supported [message #536386 is a reply to message #536373] Thu, 27 May 2010 22:23 Go to previous message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
bachra04 a écrit :
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=314690
>

Thanks,

Stephane Drapeau
Obeo
Re: JMS binding is not fully supported [message #577108 is a reply to message #536268] Thu, 27 May 2010 14:13 Go to previous message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
Can you please file a bug for this.

Thanks,

Stephane Drapeau
Obeo

bachra04 a écrit :
> 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
>
Re: JMS binding is not fully supported [message #577178 is a reply to message #536273] Thu, 27 May 2010 20:43 Go to previous message
bachra04  is currently offline bachra04 Friend
Messages: 148
Registered: April 2010
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=314690
Re: JMS binding is not fully supported [message #577188 is a reply to message #577178] Thu, 27 May 2010 22:23 Go to previous message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
bachra04 a écrit :
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=314690
>

Thanks,

Stephane Drapeau
Obeo
Previous Topic:Java Callback interface is not supported
Next Topic:customize the palette
Goto Forum:
  


Current Time: Thu Apr 25 03:55:15 GMT 2024

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

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

Back to the top