Bug 314690 - JmsBinding not fully supported
Summary: JmsBinding not fully supported
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sca (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 10:58 EDT by bachra04 CLA
Modified: 2017-03-30 14:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bachra04 CLA 2010-05-27 10:58:41 EDT
Build Identifier: 

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>


Reproducible: Always