Mark Fisher
|
39a8486ac8
|
Refactored MessageConsumer with onMessage to MessageHandler with handleMessage.
|
2008-11-03 14:17:53 +00:00 |
|
Jonas Partner
|
47312fef0c
|
removed unused channel from test
|
2008-10-23 10:19:25 +00:00 |
|
Jonas Partner
|
aaec86a88c
|
|
2008-10-23 10:00:45 +00:00 |
|
Mark Fisher
|
b6bd0b30fc
|
Created 'consumer' package and moved consumer implementations from 'message' and 'endpoint' packages.
|
2008-10-20 12:09:30 +00:00 |
|
Mark Fisher
|
d36f80937d
|
Added namespace support for <jms:outbound-gateway/> and updated the GatewayDemo sample (INT-429).
|
2008-10-17 21:54:09 +00:00 |
|
Mark Fisher
|
490b5970f5
|
Renamed JmsGateway to JmsInboundGateway (we also have JmsOutboundGateway now). The JmsSource is now JmsDestinationPollingSource.
|
2008-10-17 19:55:03 +00:00 |
|
Mark Fisher
|
e7a1140003
|
Refactored JmsGateway and HeaderMappingMessageConverter (related to INT-240, INT-355, and INT-376).
|
2008-10-17 17:43:59 +00:00 |
|
Mark Fisher
|
8df8a51810
|
JmsOutboundGateway now builds a copy of the request Message prior to sending since non-serializable header values will be removed when a JMS ObjectMessage is propagated.
|
2008-10-17 15:24:31 +00:00 |
|
Mark Fisher
|
cc70df8f08
|
changed the 'jms-gateway' element to 'inbound-gateway'
|
2008-10-17 03:25:22 +00:00 |
|
Mark Fisher
|
213ada0089
|
Added initial implementation of JmsOutboundGateway.
|
2008-10-17 02:02:42 +00:00 |
|
Mark Fisher
|
ebcccdc5c9
|
Moved MessagingException into the new 'org.springframework.integration.core' package.
|
2008-10-15 03:28:50 +00:00 |
|
Mark Fisher
|
262bd8fd9c
|
Moved MessageChannel into the new 'org.springframework.integration.core' package.
|
2008-10-15 03:19:28 +00:00 |
|
Mark Fisher
|
7da7c9e5a0
|
Moved MessageHeaders into the new 'org.springframework.integration.core' package.
|
2008-10-15 03:10:17 +00:00 |
|
Mark Fisher
|
08043b541d
|
Moved Message into the new 'org.springframework.integration.core' package.
|
2008-10-15 02:54:29 +00:00 |
|
Mark Fisher
|
5e8a3562e1
|
Added support for 'header-enricher' in the 'jms' namespace. Enables adding the 'reply-to' and/or 'correlation-id' values (INT-414).
|
2008-10-13 22:47:23 +00:00 |
|
Mark Fisher
|
b4c86f838e
|
Added support for the <poller/> sub-element within jms:outbound-channel-adapter, and added the "channel" attribute for the inbound console channel adapter.
|
2008-10-12 03:34:17 +00:00 |
|
Mark Fisher
|
118dc27b7c
|
Refactored the 'jms-target' element to an 'outbound-channel-adapter' element within the 'jms' namespace.
|
2008-10-12 03:23:48 +00:00 |
|
Mark Fisher
|
6873274353
|
Added the 'integration' schemaLocation to test XML files.
|
2008-10-12 01:15:57 +00:00 |
|
Mark Fisher
|
139b36de7c
|
changed sequence to all.
|
2008-10-12 00:42:09 +00:00 |
|
Mark Fisher
|
8896ff7053
|
Added support for the integration:poller child element within jms:inbound-channel-adapter.
|
2008-10-12 00:29:29 +00:00 |
|
Mark Fisher
|
998ca827d7
|
Replaced <jms:source/> with <jms:inbound-channel-adapter/>, refactored parser, and adjusted tests.
|
2008-10-12 00:19:19 +00:00 |
|
Mark Fisher
|
24793ead19
|
Separated annotation post processors and bean definition parsers into 'annotation' and 'xml' sub-packages of the 'org.springframework.integration.config' package.
|
2008-10-10 18:55:24 +00:00 |
|
Mark Fisher
|
039679b173
|
Using Asserts with IllegalArgumentException/IllegalStateException instead of ConfigurationException.
|
2008-09-29 15:06:27 +00:00 |
|
Mark Fisher
|
9ee921ed7c
|
Removed the PollableSource interface, and migrated the 'receive()' method to MessageSource.
|
2008-09-26 16:31:26 +00:00 |
|
Mark Fisher
|
b0fc5da6a2
|
The <poller/> element now accepts the "interval" attribute for an IntervalTrigger instead of "period".
|
2008-09-24 19:40:38 +00:00 |
|
Mark Fisher
|
de10530387
|
Moved MessageChannelTemplate and AsyncMessageChannelTemplate to the 'channel' package (was in 'message').
|
2008-09-24 13:50:31 +00:00 |
|
Mark Fisher
|
648ae40605
|
Modified channel-adapter configuration in tests.
|
2008-09-24 02:08:14 +00:00 |
|
Mark Fisher
|
82630b96dc
|
Migrated JMS adapter and parser code from "org.springframework.integration.adapter" to the new "org.springframework.integration.jms" module, and added a dedicated spring-integration-jms-1.0.xsd schema and JmsNamespaceHandler.
|
2008-09-20 15:37:21 +00:00 |
|