Mark Fisher
|
2f5dc0c202
|
INT-1306 renamed AbstractMessagingGateway to MessagingGatewaySupport
|
2010-09-03 04:02:49 +00:00 |
|
Mark Fisher
|
ef865521f8
|
JmsSendingMessageHandler only writes history when enabled (implements TrackableComponent)
|
2010-09-02 20:54:54 +00:00 |
|
Mark Fisher
|
01e3ae539b
|
INT-1410 SoucePollingChannelAdapter retrieves the componentType from its underlying MessageSource if that MessageSource is also a NamedComponent.
|
2010-09-02 20:40:20 +00:00 |
|
Oleg Zhurakousky
|
c504e4dcd8
|
INT-1271, removed DefaultMessageConverter and tests related to it
|
2010-09-01 03:06:35 +00:00 |
|
Oleg Zhurakousky
|
353b61160f
|
INT-1263, refactored MessageHandlers in several modules to subclass from AbstractMessageHandler to support MessageHistory
|
2010-08-31 22:56:05 +00:00 |
|
Mark Fisher
|
3b15a0dd38
|
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
|
2010-08-31 02:51:27 +00:00 |
|
Mark Fisher
|
7c1ab04cd5
|
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
|
2010-08-31 01:53:45 +00:00 |
|
Mark Fisher
|
edb1e050e5
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jms
|
2010-08-30 20:44:09 +00:00 |
|
Mark Fisher
|
a5638e44a3
|
renamed MessageHistory's static 'addComponentToHistory' method to 'write'; simpler and more consistent with the new 'read' method
|
2010-08-30 12:36:37 +00:00 |
|
Mark Fisher
|
7afe4eb25d
|
removed dependency on MessageMapper, using MessageBuilder directly instead
|
2010-08-29 22:07:54 +00:00 |
|
Mark Fisher
|
f535cdbcd1
|
INT-1257, INT-1263 Refactoring Message History (work in progress): Replaced MessageHistoryBeanPostProcessor with MessageHistoryConfigurer in order to set tracking parameters at the right time.
|
2010-08-26 17:58:18 +00:00 |
|
Mark Fisher
|
0dc095a815
|
INT-1257, INT-1263 Moved MessageHistory, TrackableComponent, and MessageHistoryBeanPostProcessor to 'history' package.
|
2010-08-25 20:56:50 +00:00 |
|
Mark Fisher
|
64ab7f5734
|
INT-1257, INT-1263 Refactoring Message History (work in progress): Removed the getHistory() method from MessageHeaders. Using headers.get(MessageHistory.HEADER_NAME) instead.
|
2010-08-25 19:31:55 +00:00 |
|
Mark Fisher
|
1c8da6f251
|
INT-1257, INT-1263 Refactoring Message History (work in progress): Removed MessageHistoryWriter. Added MessageHistory.
|
2010-08-25 19:25:26 +00:00 |
|
Mark Fisher
|
f5f948da4c
|
INT-1257, INT-1263 Refactoring Message History (work in progress): MessageHistoryWriter's writeHistory method is now static. Added HistoryProvider interface and MessageHistoryBeanPostProcessor.
|
2010-08-25 18:53:56 +00:00 |
|
Mark Fisher
|
ac7b9cf739
|
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
|
2010-08-25 14:31:00 +00:00 |
|
Mark Fisher
|
220538ec08
|
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
|
2010-08-25 14:20:30 +00:00 |
|
Mark Fisher
|
d67cbd2984
|
INT-1286 first step: the history header is now stored as a List<Properties> instead of relying on custom Object types. Also, the header is not mutated directly but now history is written by copying the Message. The next step might involve moving that into the MessageBuilder.
|
2010-08-24 22:19:58 +00:00 |
|
Oleg Zhurakousky
|
33089397c9
|
INT-1341
|
2010-08-09 02:40:19 +00:00 |
|
Gary Russell
|
7ab5bae366
|
INT-1341 @Ignore Hanging JMS Tests
|
2010-08-08 22:42:10 +00:00 |
|
Mark Fisher
|
729b9ca95f
|
INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-channel-adapter>
|
2010-07-28 16:25:11 +00:00 |
|
Mark Fisher
|
87824eba70
|
INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-gateway>
|
2010-07-28 16:21:39 +00:00 |
|
Mark Fisher
|
b3d0d31d77
|
fixed javadoc warning
|
2010-07-28 15:52:55 +00:00 |
|
Mark Fisher
|
6257853512
|
INT-1129 renamed 'message' package to 'mapping' since that is all that remains there
|
2010-07-28 15:25:33 +00:00 |
|
Mark Fisher
|
3f00c75740
|
INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...)
|
2010-07-28 15:22:33 +00:00 |
|
Mark Fisher
|
c69c29d2e1
|
INT-1129 moved MessageSource interface to 'core' package
|
2010-07-28 15:16:15 +00:00 |
|
Mark Fisher
|
81a91380a9
|
INT-1129 moved MessageTimeoutException to root package
|
2010-07-28 15:14:07 +00:00 |
|
Mark Fisher
|
80a22b8a2c
|
INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration)
|
2010-07-28 15:10:42 +00:00 |
|
Mark Fisher
|
4de9a23357
|
INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)
|
2010-07-28 15:05:50 +00:00 |
|
Mark Fisher
|
7434976734
|
INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core'
|
2010-07-28 14:57:35 +00:00 |
|
Mark Fisher
|
94938a2746
|
INT-1129 moved MessageHandler from 'message' to 'core'
|
2010-07-28 14:54:09 +00:00 |
|
Mark Fisher
|
0b751cc18a
|
INT-1129 moved SubscribableChannel from 'channel' to 'core'
|
2010-07-28 14:51:18 +00:00 |
|
Mark Fisher
|
4283315c08
|
INT-1129 moved PollableChannel from 'channel' to 'core'
|
2010-07-28 14:47:55 +00:00 |
|
Mark Fisher
|
008cac18f5
|
INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core'
|
2010-07-28 14:42:02 +00:00 |
|
Mark Fisher
|
00d3e351f7
|
INT-1129 moved MessageBuilder from 'message' to 'core'
|
2010-07-28 14:38:36 +00:00 |
|
Mark Fisher
|
e6082d17b0
|
INT-1216, INT-1257 removed tangle between 'history' and 'context' packages. The MessageHistoryWritingMessageHandler is now a non-public class in the 'config' package (it's only used by ConsumerEndpointFactoryBean)
|
2010-07-28 00:28:24 +00:00 |
|
Gary Russell
|
74422b06d1
|
Fix Timing Problem with JmsDestinationBackedMessageTests - Wait for Listener Container Consumer Registration - needed in the topic by name test too
|
2010-07-27 16:30:00 +00:00 |
|
David Syer
|
47d209d73a
|
FIx warnings and add javadoc links
|
2010-07-27 12:54:22 +00:00 |
|
David Syer
|
829d6efc08
|
Fix compiler warnings and move docbook build to a profile
|
2010-07-27 12:54:18 +00:00 |
|
Mark Fisher
|
5a854aec24
|
INT-1274 JMS inbound adapter parsing now properly handles 'request-pub-sub-domain' for <inbound-gateway> and 'pub-sub-domain' for <message-driven-channel-adapter>
|
2010-07-27 12:29:34 +00:00 |
|
Oleg Zhurakousky
|
56f6453a8e
|
INT-1257, INT-1258 Created MessageHistoryAwareMessageHandler to wrap MessageHandlers to support MessageHistoryWriter (only if present). Changes to reflect on INT-CR-23. Added Namespace support <message-history/> , test cases and javadocs
|
2010-07-27 04:27:16 +00:00 |
|
Gary Russell
|
da6f7bb9e0
|
Fix Timing Problem with JmsDestinationBackedMessageTests - Wait for Listener Container Consumer Registration
|
2010-07-26 23:54:07 +00:00 |
|
Mark Fisher
|
2181468aac
|
INT-1242 updated DefaultMessageConverter so that it can return a payload object directly rather than always returning a Message. JmsDestinationPollingSource always copies headers.
|
2010-07-26 16:45:29 +00:00 |
|
Mark Fisher
|
e37d01c5fc
|
INT-1257 removed 'this' from IntegrationObjectSupports message-history writing method
|
2010-07-26 11:42:39 +00:00 |
|
Oleg Zhurakousky
|
29e5b6174b
|
INT-1260 added support for JMS componentTypes with transport prefix (jms:outbound-gateway), Changed AbstractJmsTemplateVasedAdapter to subclass IntegrationObjectSupport so it could be added to the history
|
2010-07-26 04:37:52 +00:00 |
|
Oleg Zhurakousky
|
78753ba34b
|
INT-1242, removed rogue import
|
2010-07-23 18:01:58 +00:00 |
|
Oleg Zhurakousky
|
9869e02666
|
INT-1242 added support for header mapper
|
2010-07-23 17:52:31 +00:00 |
|
Oleg Zhurakousky
|
53f930fcb7
|
accommodating changes in HeaderMapper interface
|
2010-07-22 15:37:56 +00:00 |
|
Oleg Zhurakousky
|
bdc85ff303
|
INT-1242 - refactoring to decouple Message conversion from Message headers mapping
|
2010-07-22 04:47:04 +00:00 |
|
Mark Fisher
|
5c9780cd71
|
INT-1203 The "jms-template" reference on a JMS <outbound-channel-adapter> is now properly configured by the parser.
|
2010-07-21 19:16:27 +00:00 |
|