124 Commits (bf9295bec38b80b82b9aaca3e6ea8a9496aca5c5)

Author SHA1 Message Date
Juergen Hoeller e02c23eea4 Straight JmsMessagingTemplate setup based on JMS ConnectionFactory 10 years ago
Sam Brannen 78459504e0 Clean up warnings in spring-jms 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 4927c9054f Revised SingleConnectionFactory for individual proxies with ExceptionListener and start/stop state 10 years ago
Sam Brannen 4412bc68aa Polish Javadoc 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller 57d63a1903 JdbcTemplate and JmsTemplate pass settings with 0 values on to the driver 10 years ago
Juergen Hoeller e58b33a593 Consistent reset of resource holders on doBegin failure 10 years ago
Juergen Hoeller 7bc8e5199e Polishing 10 years ago
Juergen Hoeller cfd9fd6863 Polishing 10 years ago
Stephane Nicoll bb45fb4538 Restore sleep interval between recovery attempt 10 years ago
Sam Brannen 9f6c0cb166 Polish Javadoc for @JmsListener 10 years ago
Juergen Hoeller 58b22ceddc Scheduled/JmsListenerAnnotationBeanPostProcessor avoids needless re-scanning of non-annotated classes 10 years ago
Juergen Hoeller 82f8b4330c CachingConnectionFactory proceeds to physicalClose in case of logicalClose exceptions 10 years ago
Juergen Hoeller 98eb0f75bc Polishing 10 years ago
Stephane Nicoll da8771d5a9 polishing 10 years ago
Stephane Nicoll 8c4388dd6e Place holder resolution in @JmsListener arguments 10 years ago
Phillip Webb ac8326d2df Polish mockito usage 10 years ago
Stephane Nicoll c0ea87010f Improve destination-type documentation 10 years ago
Juergen Hoeller c06ac06bdd JmsMessagingTemplate uses local convertJmsException template method instead of generic MessagingExceptionTranslator interface 10 years ago
Stephane Nicoll 5b35fc2d77 Add JmsTemplate accessor in JmsMessagingTemplate 10 years ago
Stephane Nicoll c1d149591a Add base header mapper implementation 10 years ago
Stephane Nicoll 4a1a622004 polishing 10 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Stephane Nicoll 7d1e33d88d Move JmsHandlerMethodFactory to spring-messaging 10 years ago
Stephane Nicoll 515b9649fa Fix javadoc typo 10 years ago
Juergen Hoeller 1fe742addf MessagingExceptionTranslator lives in support subpackage now 10 years ago
Stephane Nicoll 89d63eb79b JmsMessagingTemplate exception management 10 years ago
Juergen Hoeller 036896a6b8 Split configuration constants into local XConfigUtils classes instead of piling them up in AnnotationConfigUtils 10 years ago
Juergen Hoeller 92c657e12d JmsListener/ScheduledAnnotationBeanPostProcessor uses SmartInitializingSingleton instead of ContextRefreshedEvent 10 years ago
Stephane Nicoll b6389a6c66 Jms request/reply operations 10 years ago
Stephane Nicoll 0a46f38527 polishing 10 years ago
Juergen Hoeller c082220b34 AbstractMessageListenerContainer calls "Session.recover()" in case of rollback attempt on non-transacted Session 10 years ago
Juergen Hoeller 3be190df6a Consistent removal of JMS 1.0.2 references 10 years ago
Juergen Hoeller a9100c427c Revision of JMS annotated endpoint support, plus support for JMS 2.0's shared subscriptions 10 years ago
Stephane Nicoll dd713c70aa Fix typo 10 years ago
Stephane Nicoll 29bdbceaa2 Customize concurrency at listener level 10 years ago
Juergen Hoeller 0d4ff1adbf Polishing 10 years ago
Juergen Hoeller fa4f51c5d0 Subpackage rearrangements within 4.1's jms-messaging alignment 10 years ago
Juergen Hoeller 1fadd1c954 BackOff abstraction lives in util.backoff subpackage now 10 years ago
Juergen Hoeller 55c351523d Polishing 10 years ago
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