Mark Fisher
|
dea26b561f
|
Updated class names
|
2008-11-03 15:34:24 +00:00 |
|
Mark Fisher
|
74b574e6cf
|
Updated consumer class names in doc
|
2008-11-03 15:26:10 +00:00 |
|
Mark Fisher
|
ef1b7fe54b
|
Moved classes from 'consumer' package to 'handler'.
|
2008-11-03 15:06:45 +00:00 |
|
Mark Fisher
|
96fbfa221b
|
Renamed AbstractConsumerFactoryBean to AbstractMessageHandlerFactoryBean.
|
2008-11-03 14:54:53 +00:00 |
|
Mark Fisher
|
515ed698a6
|
Renamed SubscribingConsumerEndpoint to EventDrivenConsumer.
|
2008-11-03 14:41:53 +00:00 |
|
Mark Fisher
|
3e2d09e5d7
|
Renamed PollingConsumerEndpoint to PollingConsumer.
|
2008-11-03 14:32:02 +00:00 |
|
Mark Fisher
|
81b75415ff
|
Renamed the MessageHandler interface for remote proxies to RemoteMessageHandler.
|
2008-11-03 14:25:04 +00:00 |
|
Mark Fisher
|
39a8486ac8
|
Refactored MessageConsumer with onMessage to MessageHandler with handleMessage.
|
2008-11-03 14:17:53 +00:00 |
|
Mark Fisher
|
90dcb7e88b
|
Renamed AbstractMessageProducingEndpoint to MessageProducerSupport.
|
2008-11-03 11:52:30 +00:00 |
|
Mark Fisher
|
aa87fa7649
|
Adjusted line breaks
|
2008-11-03 04:33:23 +00:00 |
|
Mark Fisher
|
74b5f2955f
|
removed link
|
2008-11-03 04:31:58 +00:00 |
|
Mark Fisher
|
a6d611fa6f
|
Adjusted line breaks
|
2008-11-03 04:28:29 +00:00 |
|
Mark Fisher
|
4724843efe
|
Adjusted line breaks
|
2008-11-03 04:24:48 +00:00 |
|
Mark Fisher
|
3eb635a403
|
Adjusted line breaks
|
2008-11-03 04:16:18 +00:00 |
|
Mark Fisher
|
13f14b32e2
|
Adjusted line breaks
|
2008-11-03 04:14:27 +00:00 |
|
Mark Fisher
|
32c7618e24
|
Renamed transformation.xml to transformer.xml
|
2008-11-03 03:57:39 +00:00 |
|
Mark Fisher
|
66519d30f1
|
de-emphasized message bus
|
2008-11-03 03:41:18 +00:00 |
|
Mark Fisher
|
9be19cfd93
|
Updated CronSequenceGenerator and added more tests.
|
2008-11-03 02:46:04 +00:00 |
|
Mark Fisher
|
2049f26786
|
Updated chapter titles
|
2008-11-03 01:57:45 +00:00 |
|
Mark Fisher
|
cb6c2c8c50
|
Added Channel Adapter and Service Activator chapters
|
2008-11-03 01:51:38 +00:00 |
|
Mark Fisher
|
e375776811
|
Setting the TaskExecutor prior to calling afterPropertiesSet().
|
2008-11-02 23:23:07 +00:00 |
|
Mark Fisher
|
654da47b20
|
Removed endpoints Set instance variable (always loading from beanFactory).
|
2008-11-02 22:39:31 +00:00 |
|
Mark Fisher
|
5456bc286b
|
Fixed typo
|
2008-11-02 20:25:06 +00:00 |
|
Mark Fisher
|
da0d975ff0
|
Removed MessageProducer interface.
|
2008-11-02 19:27:31 +00:00 |
|
Mark Fisher
|
c322dfd61e
|
Moved BoundedHashMap (used by SimpleMessageStore) to the sandbox.
|
2008-11-02 17:17:23 +00:00 |
|
Mark Fisher
|
7cc24bba50
|
Moved MessageStore, SimpleMessageStore, and MessageStoringInterceptor to the sandbox.
|
2008-11-02 17:11:41 +00:00 |
|
Mark Fisher
|
8c9937451e
|
Upgraded Spring Security dependency to version 2.0.4.A (INT-447).
|
2008-11-02 16:38:14 +00:00 |
|
Jonas Partner
|
bbfdf3bcf8
|
latch count down in wrong place
|
2008-11-02 16:31:46 +00:00 |
|
Mark Fisher
|
f92a0036c9
|
Added 'activemq-data' to svn:ignore
|
2008-11-02 16:15:26 +00:00 |
|
Mark Fisher
|
8279cce04d
|
Upgraded dependencies to Spring 2.5.6 (INT-446).
|
2008-11-02 16:12:07 +00:00 |
|
Mark Fisher
|
fcef6c078e
|
Moved 'outputChannel' configuration into each implementation instead of AbstractMethodAnnotationPostProcessor.
|
2008-11-01 15:34:21 +00:00 |
|
Mark Fisher
|
48180e8939
|
ApplicationContextMessageBus no longer implements the ChannelResolver interface.
|
2008-11-01 00:06:03 +00:00 |
|
Mark Fisher
|
898f67aec2
|
Removed the MessageBus interface. The ApplicationContextMessageBus now implements Lifecycle directly. The MessageEndpoint interface had no additional methods after the removal of registerEndpoint().
|
2008-10-31 23:44:22 +00:00 |
|
Mark Fisher
|
dae343a07f
|
Removed MessageBusAware and MessageBusAwareBeanPostProcessor.
|
2008-10-31 23:30:02 +00:00 |
|
Mark Fisher
|
14d892e044
|
Removed the registerEndpoint method from MessageBus.
|
2008-10-31 21:21:42 +00:00 |
|
Mark Fisher
|
cb25a95280
|
Removed dependency on MessageBus.
|
2008-10-31 21:20:58 +00:00 |
|
Mark Fisher
|
c4ba251b57
|
GatewayProxyFactoryBean now implements Lifecycle and manages the lifecycle of its gateway map.
|
2008-10-31 21:20:31 +00:00 |
|
Mark Fisher
|
18bc987e26
|
AbstractMessagingGateway now provides the TaskScheduler to its replyMessageCorrelator and manages its Lifecycle rather than delegating to MessageBus.
|
2008-10-31 21:19:09 +00:00 |
|
Mark Fisher
|
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().
|
2008-10-31 21:16:12 +00:00 |
|
Mark Fisher
|
5e5562e180
|
TaskScheduler bean name is now public (will likely move to a different class though).
|
2008-10-31 21:10:59 +00:00 |
|
Mark Fisher
|
aed3be2ae2
|
Registering endpoint directly with ApplicationContext instead of MessageBus.
|
2008-10-31 21:04:55 +00:00 |
|
Mark Fisher
|
25a174b35c
|
Depends on Lifecycle interface only rather than MessageBus.
|
2008-10-31 21:02:37 +00:00 |
|
Mark Fisher
|
f3bbd7d705
|
Added reply timeouts.
|
2008-10-31 21:01:38 +00:00 |
|
Mark Fisher
|
35ae2ac334
|
Moved context refresh after bean registration.
|
2008-10-31 21:01:17 +00:00 |
|
Mark Fisher
|
380eb3baa1
|
removed 'lookupEndpoint' method
|
2008-10-31 17:33:33 +00:00 |
|
Mark Fisher
|
101f4717a2
|
deactivateEndpoint is now private
|
2008-10-31 17:22:50 +00:00 |
|
Mark Fisher
|
90f115eb91
|
fixed typo in inner class name
|
2008-10-31 15:55:52 +00:00 |
|
Mark Fisher
|
8f4d481ab2
|
No longer subtracting 1 from the max value in getRange().
|
2008-10-31 14:29:05 +00:00 |
|
Mark Fisher
|
6e1a70c196
|
Adjusted manifest to include org.springframework.util.* in the import.
|
2008-10-30 21:30:06 +00:00 |
|
Mark Fisher
|
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).
|
2008-10-30 21:23:13 +00:00 |
|