summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-jms/src/main/java/org/apache/tuscany/sca/binding/jms/JMSBindingProcessor.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-16Delete old RC tagsantelder1-1692/+0
2011-01-23Tag 2.0 Beta2 RC1antelder1-0/+0
2011-01-14Remove actspec == destname check as thats not strictly correct and the test r...antelder1-14/+0
2010-10-20TUSCANY_3738 Fix parsing of property type attributes ( BJM_3025.1, BJM_3025.2 )bdaniel1-2/+6
2010-10-06Correct jms uri connection fatory attributeantelder1-2/+2
2010-10-05Validate bjm30029antelder1-0/+8
2010-10-05Updates for selectedOperation attribute changeantelder1-9/+11
2010-09-09BJM_3026_1 Ensure correct message selector is usedbdaniel1-1/+1
2010-09-08BJM_3034 Fix validation check. The previous fix causes some other tests to fa...bdaniel1-1/+2
2010-09-08BJM_3034 Add validation to check that a destination is not present when a uri...bdaniel1-0/+6
2010-09-08Add validations for response/activationSpec and response/destination name mat...bdaniel1-0/+6
2010-09-08TUSCANY-3673 Update JMS binding model to separate out type/priority/deliveryM...bdaniel1-19/+20
2010-09-02Correct delivery mode setting, add option to set jms typeantelder1-1/+3
2010-09-01Missing operationProperties name attribute is an error not a warningantelder1-1/+1
2010-08-30BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ...bdaniel1-0/+5
2010-08-27BJM_3019 Add validation to make sure the jms binding destination name matches...bdaniel1-0/+8
2010-08-25Its ok to not have an activationSpec jndiName (seems wrong though so should q...antelder1-4/+0
2010-08-25Updates for create attribute validationantelder1-14/+93
2010-08-25Updates to create mode validationantelder1-1/+22
2010-08-12Updates to get jms message selectors working properlyantelder1-1/+10
2010-08-12Check that a destination is defined when connectionFactory element is usedantelder1-0/+8
2010-08-12More correctly handle the jms uri format of the binding. Still needs more wor...antelder1-7/+14
2010-08-02Support the other jms properties in the jms uriantelder1-0/+6
2010-07-29Update activation spec name attributeantelder1-3/+3
2010-06-21Fix up IDE warningsantelder1-5/+2
2010-06-21Change all exception throwing to be Monitor errorsantelder1-3/+3
2010-06-21Remove out of date warningantelder1-1/+0
2010-04-08Replace non utf8 charactersantelder1-21/+21
2010-03-09TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws1-6/+6
2009-11-20Moving 2.x trunklresende1-0/+0
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-100/+102
2009-10-06Updates for OASIS selectorsantelder1-7/+7
2009-10-06Update JMS binding header attributes for OASIS specantelder1-45/+24
2009-09-14Update for OASIS change for connectionFactory name attribute to jndiNameantelder1-8/+8
2009-09-14Update JMS binding model for OASIS changes destination name attribute changed...antelder1-18/+18
2009-09-10Package renames to match module name and simplifyantelder1-6/+6
2009-09-10More updates to bring up the jms binding from 1.x to 2.xantelder1-20/+24
2009-09-09Copy JMS binding from 1.x and start updating for 2.xantelder1-0/+1556
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende1-726/+0
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws1-6/+33
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws1-3/+1
2008-10-21Experimental request response binding support. Just implemented for jms servi...slaws1-1/+18
2008-08-29Complete jms binding attributes that can be defined in the definitions.xml fileantelder1-4/+1
2008-08-27Updates to get the JMS binding requestConnection and responseConnection attri...antelder1-4/+33
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2532: Test case failure in i...antelder1-1/+1
2008-08-06Correct case of SubscriptionHeaders elementantelder1-2/+6
2008-08-05Add support for subscriptionHeaders to the jms binding modelantelder1-0/+9
2008-08-05Correct opertion properties correlation idantelder1-1/+1
2008-08-05Correct typo in correlation id name (ends with capital I)antelder1-2/+2
2008-08-04Updates for properties tests and tidy up old commentsantelder1-9/+210