93585ce32a
Updated class names
Mark Fisher
2008-11-03 15:43:44 +00:00
b65605ba64
Renamed ByteStreamSource and CharacterStreamSource to include "reading" in their names.
Mark Fisher
2008-11-03 15:42:20 +00:00
838916f61d
Updated class names
Mark Fisher
2008-11-03 15:40:02 +00:00
b0f336cf6e
Renamed PollableFileSource to FileReadingMessageSource.
Mark Fisher
2008-11-03 15:37:03 +00:00
dea26b561f
Updated class names
Mark Fisher
2008-11-03 15:34:24 +00:00
74b574e6cf
Updated consumer class names in doc
Mark Fisher
2008-11-03 15:26:10 +00:00
ef1b7fe54b
Moved classes from 'consumer' package to 'handler'.
Mark Fisher
2008-11-03 15:06:45 +00:00
96fbfa221b
Renamed AbstractConsumerFactoryBean to AbstractMessageHandlerFactoryBean.
Mark Fisher
2008-11-03 14:54:53 +00:00
515ed698a6
Renamed SubscribingConsumerEndpoint to EventDrivenConsumer.
Mark Fisher
2008-11-03 14:41:53 +00:00
3e2d09e5d7
Renamed PollingConsumerEndpoint to PollingConsumer.
Mark Fisher
2008-11-03 14:32:02 +00:00
81b75415ff
Renamed the MessageHandler interface for remote proxies to RemoteMessageHandler.
Mark Fisher
2008-11-03 14:25:04 +00:00
39a8486ac8
Refactored MessageConsumer with onMessage to MessageHandler with handleMessage.
Mark Fisher
2008-11-03 14:17:53 +00:00
90dcb7e88b
Renamed AbstractMessageProducingEndpoint to MessageProducerSupport.
Mark Fisher
2008-11-03 11:52:30 +00:00
aa87fa7649
Adjusted line breaks
Mark Fisher
2008-11-03 04:33:23 +00:00
74b5f2955f
removed link
Mark Fisher
2008-11-03 04:31:58 +00:00
a6d611fa6f
Adjusted line breaks
Mark Fisher
2008-11-03 04:28:29 +00:00
4724843efe
Adjusted line breaks
Mark Fisher
2008-11-03 04:24:48 +00:00
3eb635a403
Adjusted line breaks
Mark Fisher
2008-11-03 04:16:18 +00:00
13f14b32e2
Adjusted line breaks
Mark Fisher
2008-11-03 04:14:27 +00:00
32c7618e24
Renamed transformation.xml to transformer.xml
Mark Fisher
2008-11-03 03:57:39 +00:00
66519d30f1
de-emphasized message bus
Mark Fisher
2008-11-03 03:41:18 +00:00
9be19cfd93
Updated CronSequenceGenerator and added more tests.
Mark Fisher
2008-11-03 02:46:04 +00:00
2049f26786
Updated chapter titles
Mark Fisher
2008-11-03 01:57:45 +00:00
cb6c2c8c50
Added Channel Adapter and Service Activator chapters
Mark Fisher
2008-11-03 01:51:38 +00:00
e375776811
Setting the TaskExecutor prior to calling afterPropertiesSet().
Mark Fisher
2008-11-02 23:23:07 +00:00
654da47b20
Removed endpoints Set instance variable (always loading from beanFactory).
Mark Fisher
2008-11-02 22:39:31 +00:00
5456bc286b
Fixed typo
Mark Fisher
2008-11-02 20:25:06 +00:00
da0d975ff0
Removed MessageProducer interface.
Mark Fisher
2008-11-02 19:27:31 +00:00
c322dfd61e
Moved BoundedHashMap (used by SimpleMessageStore) to the sandbox.
Mark Fisher
2008-11-02 17:17:23 +00:00
7cc24bba50
Moved MessageStore, SimpleMessageStore, and MessageStoringInterceptor to the sandbox.
Mark Fisher
2008-11-02 17:11:41 +00:00
8c9937451e
Upgraded Spring Security dependency to version 2.0.4.A (INT-447).
Mark Fisher
2008-11-02 16:38:14 +00:00
bbfdf3bcf8
latch count down in wrong place
Jonas Partner
2008-11-02 16:31:46 +00:00
f92a0036c9
Added 'activemq-data' to svn:ignore
Mark Fisher
2008-11-02 16:15:26 +00:00
8279cce04d
Upgraded dependencies to Spring 2.5.6 (INT-446).
Mark Fisher
2008-11-02 16:12:07 +00:00
fcef6c078e
Moved 'outputChannel' configuration into each implementation instead of AbstractMethodAnnotationPostProcessor.
Mark Fisher
2008-11-01 15:34:21 +00:00
48180e8939
ApplicationContextMessageBus no longer implements the ChannelResolver interface.
Mark Fisher
2008-11-01 00:06:03 +00:00
898f67aec2
Removed the MessageBus interface. The ApplicationContextMessageBus now implements Lifecycle directly. The MessageEndpoint interface had no additional methods after the removal of registerEndpoint().
Mark Fisher
2008-10-31 23:44:22 +00:00
dae343a07f
Removed MessageBusAware and MessageBusAwareBeanPostProcessor.
Mark Fisher
2008-10-31 23:30:02 +00:00
14d892e044
Removed the registerEndpoint method from MessageBus.
Mark Fisher
2008-10-31 21:21:42 +00:00
cb25a95280
Removed dependency on MessageBus.
Mark Fisher
2008-10-31 21:20:58 +00:00
c4ba251b57
GatewayProxyFactoryBean now implements Lifecycle and manages the lifecycle of its gateway map.
Mark Fisher
2008-10-31 21:20:31 +00:00
18bc987e26
AbstractMessagingGateway now provides the TaskScheduler to its replyMessageCorrelator and manages its Lifecycle rather than delegating to MessageBus.
Mark Fisher
2008-10-31 21:19:09 +00:00
b3b346e175
MessagingAnnotationPostProcessor now depends on the Lifeycle interface rather than the MessageBus. It starts any endpoints that it creates itself rather than calling bus.registerEndpoint().
Mark Fisher
2008-10-31 21:16:12 +00:00
5e5562e180
TaskScheduler bean name is now public (will likely move to a different class though).
Mark Fisher
2008-10-31 21:10:59 +00:00
aed3be2ae2
Registering endpoint directly with ApplicationContext instead of MessageBus.
Mark Fisher
2008-10-31 21:04:55 +00:00
25a174b35c
Depends on Lifecycle interface only rather than MessageBus.
Mark Fisher
2008-10-31 21:02:37 +00:00
f3bbd7d705
Added reply timeouts.
Mark Fisher
2008-10-31 21:01:38 +00:00
35ae2ac334
Moved context refresh after bean registration.
Mark Fisher
2008-10-31 21:01:17 +00:00
380eb3baa1
removed 'lookupEndpoint' method
Mark Fisher
2008-10-31 17:33:33 +00:00
101f4717a2
deactivateEndpoint is now private
Mark Fisher
2008-10-31 17:22:50 +00:00
90f115eb91
fixed typo in inner class name
Mark Fisher
2008-10-31 15:55:52 +00:00
8f4d481ab2
No longer subtracting 1 from the max value in getRange().
Mark Fisher
2008-10-31 14:29:05 +00:00
6e1a70c196
Adjusted manifest to include org.springframework.util.* in the import.
Mark Fisher
2008-10-30 21:30:06 +00:00
731b238f1c
Configuring the AbstractMailReceiver's maxFetchSize property to match the poller's max-messages-per-poll value if available. Otherwise, setting to 1 to avoid lost mails (since pre-fetched mail messages would be added to the mailQueue and deleted from the server).
Mark Fisher
2008-10-30 21:23:13 +00:00
16e20517ef
ImapIdleChannelAdapter and MailReceivingMessageSource both now require a MessageReceiver instance as the constructor argument rather than accepting a URI, creating a MessageReceiver, and then passing properties to that receiver. Also, the 'mail:inbound-channel-adapter' element now supports the 'java-mail-properties' attribute.
Mark Fisher
2008-10-30 21:04:30 +00:00
46866bd05a
Removed empty 'monitor' package
Mark Fisher
2008-10-30 20:18:20 +00:00
9fd6b4d073
Moved MailTransportUtils.
Mark Fisher
2008-10-30 20:16:51 +00:00
3817fa2598
Refactored inbound mail channel adapters. Refactored the classes from the 'monitor' package to include a MailReceiver strategy interface with POP3 and IMAP implementations. Added a polling inbound channel adapter that polls a MailReceivingMessageSource which in turn delegates to one of the MailReceiver implementations. Also, added the ImapIdleChannelAdapter for asynchronous callbacks rather than polling (INT-444).
Mark Fisher
2008-10-30 19:52:47 +00:00
1631fe3921
refactored to avoid need for sleep
Jonas Partner
2008-10-30 16:34:01 +00:00
e44ec9d230
increase sleep
Jonas Partner
2008-10-30 14:45:40 +00:00
81629363a9
sleep after the latch to make sure the exception is there
Jonas Partner
2008-10-30 14:38:32 +00:00
efa42f761a
make the throwables list volatile
Jonas Partner
2008-10-30 14:33:51 +00:00
6ac93f1825
remove extra wait
Jonas Partner
2008-10-30 14:20:29 +00:00
05687725c3
increased timeouts
Jonas Partner
2008-10-30 07:34:57 +00:00
1ca740ab8b
simplified so Runnable is wrapped not proxied
Jonas Partner
2008-10-29 15:08:26 +00:00
df5c72f653
BeanPostProcessor for proxying TaskExecutor instances to allow delegation to an error handler when async execution throws errors. Relates to INT-440
Jonas Partner
2008-10-29 14:36:40 +00:00
27604d3707
Refactored ResultFactoryResultTypeHelper into XmlNamespaceUtils.
Mark Fisher
2008-10-28 20:07:56 +00:00
ca08c18946
INT-442
Mark Fisher
2008-10-28 19:09:40 +00:00
b10afab6f4
Connection starts if not already running in the receive() call.
Mark Fisher
2008-10-28 17:42:22 +00:00
45f8d5a9ac
INT-441
Mark Fisher
2008-10-28 16:12:55 +00:00
12dfdefc1b
Renamed order method getItems()
Mark Fisher
2008-10-28 14:54:07 +00:00
3aa493785f
Updated endpoint chapter to include some discussion of the poller sub-element (more to come)
Mark Fisher
2008-10-27 22:46:28 +00:00
d8c1049ba8
Updated namespaces appendix
Mark Fisher
2008-10-27 22:29:26 +00:00
62cae4dd4f
Updated samples documentation
Mark Fisher
2008-10-27 22:26:21 +00:00
7dd871b652
Added javax.activation, javax.xml.stream, and com.sun.xml.bind dependencies to .classpath.
Mark Fisher
2008-10-27 14:52:12 +00:00
fad389fd2e
INT-438
Mark Fisher
2008-10-27 14:38:25 +00:00
f60b510961
Renamed rmi chapter
Mark Fisher
2008-10-27 12:42:09 +00:00
08ff6f92ca
added java.xml.bind to Eclipse classpath
Jonas Partner
2008-10-27 11:30:20 +00:00
26a2a00e15
Updates to spring-build
Ben Hale
2008-10-25 18:29:25 +00:00
47312fef0c
removed unused channel from test
Jonas Partner
2008-10-23 10:19:25 +00:00
aaec86a88c
Jonas Partner
2008-10-23 10:00:45 +00:00
8c997381c7
started transformer documentation
Mark Fisher
2008-10-22 23:38:24 +00:00
24ad4aadc5
More updates to the Splitter, some corrections to Aggregator and Resequencer
Marius Bogoevici
2008-10-22 20:58:22 +00:00
c08cb7a437
JAXB integration test for OXM based marshallig and unmrshalling transformers
Jonas Partner
2008-10-22 07:38:40 +00:00
4daddefaa4
Added Web Services chapter
Mark Fisher
2008-10-22 00:20:14 +00:00
128c424f60
Separated Aggregator and Resequencer chapters
Mark Fisher
2008-10-21 23:51:48 +00:00
5d2eecb2cd
Added mail chapter
Mark Fisher
2008-10-21 23:32:42 +00:00
59b580b76c
Documentation updates
Mark Fisher
2008-10-21 22:28:03 +00:00
fddd8792d5
removed TODO, added constant for task executor bean name
Iwein Fuld
2008-10-21 20:13:48 +00:00
09fbae826d
resolved BitSet todo and added hamcrest to .classpath again
Iwein Fuld
2008-10-21 09:36:18 +00:00
b9d375e859
Added some coverage of JMS adapters
Mark Fisher
2008-10-21 03:14:07 +00:00
f236671902
Moved channel, router and splitter coverage from old configuration chapter
Mark Fisher
2008-10-21 02:31:10 +00:00
9c975611fc
removed configuration
Mark Fisher
2008-10-21 01:27:43 +00:00
847f63ee27
resources is now an appendix
Mark Fisher
2008-10-21 01:27:21 +00:00
10417cc5f7
Renamed configuration.xml to namespaces.xml
Mark Fisher
2008-10-21 01:26:25 +00:00
b22bb1dfbf
updated some xrefs
Mark Fisher
2008-10-21 00:44:35 +00:00
d2d06c459c
Added 'endpoint' chapter and created sections within the 'channel' chapter
Mark Fisher
2008-10-21 00:11:00 +00:00
40e3dbe583
Fixed link for new section id
Mark Fisher
2008-10-20 20:34:12 +00:00