summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update jms binding to callback interceptor to support jms: uri format callbac...antelder2010-09-141-0/+8
* BJM_3020 Validate that activationSpec is not used on a referencebdaniel2010-09-141-0/+3
* Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ...bdaniel2010-09-141-2/+12
* BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel2010-09-101-18/+15
* TUSCANY-3673 Update JMS binding model to separate out type/priority/deliveryM...bdaniel2010-09-083-67/+61
* Add support for ActivationSpec error conditionsbdaniel2010-08-303-6/+51
* Don't try to lookup a destination if the jndiName is nullbdaniel2010-08-301-0/+3
* Update jms conection factory look up to check the type of the looked up objectantelder2010-08-301-2/+6
* BJM_4003 Set the "scaOperationName" property on response messages when using ...bdaniel2010-08-261-0/+12
* For callbacks with a oneway MEP set the JMSReplyTo with the callback destinationantelder2010-08-241-2/+10
* Update to better handle messages where the operation can not be determinedantelder2010-08-183-16/+18
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
* Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder2010-08-133-2/+7
* Correct code thats tryng to get at the root element local name so that it worksantelder2010-08-121-10/+16
* Correctly set jms headers on the response messageantelder2010-08-121-2/+16
* Validate that jndi lookup returns the expected jms destination typeantelder2010-08-121-0/+17
* TUSCANY-3634: ensure jms session is closed for oneway requestsantelder2010-07-301-2/+3
* Sanity check the service binding response activation specantelder2010-07-291-0/+4
* Setting svn:eol-style for java and xml filesrfeng2010-06-0512-709/+709
* mark additional classes as extension spi according to use indicated binding-j...kelvingoodson2010-04-273-11/+0
* Update to work with ActiveMq 5.3antelder2010-04-231-1/+1
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-7/+1
* Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng2010-02-261-1/+1
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace...slaws2010-02-043-87/+11
* Finish moving all the JMS binding off the AXIOM databinding to the DOM based ...antelder2010-02-0311-119/+138
* Remove unused imports to avoid osgi violationsrfeng2010-02-021-1/+0
* Get the JMS callbacks itest workingantelder2010-02-011-11/+19
* Rename package to avoid split packages rfeng2009-11-243-3/+6
* Moving 2.x trunklresende2009-11-2075-0/+8469