284 Commits (237c0defa75ca31d14a5d1c4847c7cd313764176)

Author SHA1 Message Date
Juergen Hoeller b9a70c6000 Refined CachingConnectionFactory log messages 10 years ago
Juergen Hoeller 6fd0fc7005 CachedSessionInvocationHandler includes durable flag in ConsumerCacheKey 10 years ago
Juergen Hoeller 7a7641bd23 CachedSessionInvocationHandler properly caches createSharedConsumer results 10 years ago
Juergen Hoeller b6a7957dc4 Revised Jms2MessageProducerInvocationHandler implementation with switch statement 10 years ago
Stephane Nicoll c2da846732 Add support for extra MessageProducer method 10 years ago
Juergen Hoeller 134e5a2aec Jms2MessageProducerInvocationHandler properly delegates to CachedMessageProducer.this 10 years ago
Juergen Hoeller 98d6f7b443 Polishing 10 years ago
Stephane Nicoll 674bad4cfa Clarify the use of sessionTransacted 10 years ago
Stephane Nicoll 12a9df8a1c Throw a proper exception if no convert is found 10 years ago
Sam Brannen 8dec1db914 Tweak JmsMessagingTemplateTests for Eclipse 4.4 10 years ago
Stephane Nicoll 9fabcad3dd Revisit JmsMessagingTemplate 10 years ago
Stephane Nicoll 7469159bf1 Add MessageSendingOperations for JMS 10 years ago
Juergen Hoeller 5faacd5a3d JmsResourceHolder checks for nested DataSource transactions as well (for Oracle AQ compatibility) 11 years ago
Stephane Nicoll 6560aed1c8 Avoid JMSException in listener execution 11 years ago
Stephane Nicoll 04e6575db6 polishing 11 years ago
Stephane Nicoll 89fc3c0257 Add BackOffExecution to isolate state 11 years ago
Stephane Nicoll 49040a2925 Add back-off attribute to JMS namespace 11 years ago
Stephane Nicoll 6a0483128a Configurable back off for listener recovery 11 years ago
Stephane Nicoll 6aa16b745f polishing 11 years ago
Stephane Nicoll bded025d9f @SendTo support for jms listener endpoints 11 years ago
Stephane Nicoll 4b0aba63df Default JmsListenerContainerFactory lookup 11 years ago
Philippe Marschall 404eb48f95 Clean up spring-jms tests warnings 11 years ago
Stephane Nicoll 50c5cc0bd2 polishing 11 years ago
Stephane Nicoll 713dd60fa7 JMS annotation-driven endpoints. 11 years ago
Juergen Hoeller ea1e27efa2 Require Jackson 2.0+, EhCache 2.5+, Quartz 2.1.4+ 11 years ago
Juergen Hoeller dd7f54c3c0 Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Sam Brannen 3cb5828e21 Suppress warnings in MappingJacksonMsgConvTests 11 years ago
Juergen Hoeller 9cc86a3c80 Fixed setDeliveryPersistent javadoc 11 years ago
Juergen Hoeller 547646de6d Polishing 11 years ago
Juergen Hoeller ccafccbec8 Actually accept String expressions for "prefetch" and "receive-timeout" in jms namespace 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Juergen Hoeller e146e53d9b Added support for the JCA 1.7 getActivationName() method 11 years ago
Juergen Hoeller 8b3afda6f4 Marked Jackson 1.x support classes as deprecated 11 years ago
Juergen Hoeller 11d20e337d Silently swallow IllegalStateException on commit if the JMS transaction is based on a JDBC transaction 11 years ago
Juergen Hoeller bb18f81b50 Added "recovery-interval" attribute to <jms:listener-container> 11 years ago
Juergen Hoeller 88115212eb Consistent xsd header formatting 11 years ago
Juergen Hoeller 3d462b6dd9 Added missing spring.schemas entries for 4.0 xsds 11 years ago
Juergen Hoeller 2626a35f2c Added javadoc note on the use of CachingConnectionFactory 11 years ago
Juergen Hoeller 2e4eb9fc10 Resource-based PlatformTransactionManager implementations defensively catch Throwable in doBegin in order to reliably close resource in case of OutOfMemoryError 11 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller a0c377b91b MappingJackson(2)MessageConverter needs to use bean ClassLoader 12 years ago
Juergen Hoeller 0fc5a5d912 Introduced 4.0 versions of all XML configuration schemas 12 years ago
Juergen Hoeller 767bd3f3f8 Upgraded to Jackson 1.9 (raising minimum to 1.8+) and 2.2 12 years ago
Juergen Hoeller a3d7dc09ef First pass completed, with support for the standard JMS 2.0 API in our CachingConnectionFactory and support for a delivery delay setting in JmsTemplate. Note that none of this has been tested against an actual JMS 2.0 provider yet, due to no such provider being available yet. 12 years ago
Juergen Hoeller 0f0c93a559 Removed JMS 1.0.2 support 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Carson McDonald 39c236baa8 Fix minor javadoc typos 12 years ago