305 Commits (74e9825a654b9699ccea7b481629a8c297f6ef73)

Author SHA1 Message Date
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
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