summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws16-97/+567
2008-10-21Experimental request response binding support. Just implemented for jms servi...slaws18-2/+1520
2008-10-17Rename JMSBindingListener to DefaultJMSBindingListener in preparation for mak...antelder3-6/+6
2008-10-16Change private to protected so class can be subclassedantelder1-10/+10
2008-10-15Add an extension point for the JMS resource factoryantelder5-7/+72
2008-10-15Add interface left off previous commit(r704822) for Create JMSResourceFactory...antelder1-0/+67
2008-10-15Create JMSResourceFactory interface in preperation for making it plugableantelder6-15/+18
2008-10-15Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...antelder6-12/+12
2008-10-15Store component reference passed into constructor so that WSDL without a bind...slaws1-0/+1
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws2-4/+20
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng1-1/+1
2008-09-16Add in policies to support JMS message header setting. Also add in reliabilit...slaws1-6/+36
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws3-0/+54
2008-09-11Partial fix/workaround for TUSCANY-2583 - only first method's parameter is se...antelder5-43/+111
2008-09-08Remove two unused tests as the test are all in itest nowantelder2-498/+0
2008-09-03Fix another case of needing to ignore an exception when closing a connection ...antelder1-1/+10
2008-09-03Don't crash with an exception if an embedded broker is closed before stop is ...antelder1-1/+6
2008-09-02Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder1-1/+5
2008-09-02Change so the target binding is passed in to the JMS service listener. (used ...antelder6-8/+19
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack1-0/+1
2008-08-06Add runtime support for selectorsantelder1-1/+5
2008-08-05Updates for special 'onMessage' methodantelder2-5/+11
2008-08-05Set correlation id on request, fix for void responseantelder1-1/+6
2008-08-04Set any user properties on the request messageantelder1-0/+14
2008-08-04Tidy up header processingantelder1-5/+33
2008-07-16REmove public method not in the invoker interfaceantelder1-1/+1
2008-07-16Fix eclipse warningsantelder1-2/+2
2008-07-16Refactoring of JMS listenerantelder1-22/+33
2008-07-16Adjust JMS header processingantelder1-11/+11
2008-07-16Change JMS API dependency to have scope of provided so its not draged in unle...antelder1-12/+13
2008-07-15Comment out support for physical destination names as it doesn't work properl...antelder3-10/+54
2008-07-14Rename varriables to make intention clearerantelder1-7/+7
2008-07-13No code changes, just format the codeantelder12-191/+178
2008-07-13More jms callback work, support physical jms destination names in the call ba...antelder4-91/+122
2008-07-11Start getting callbacks over jms to workantelder6-22/+126
2008-07-10Fixes for itest/osgi-tuscanyrsivaram1-1/+1
2008-07-08Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino24-0/+2787