Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
af14b065f8 INT-1129 modified the argument order for MessagingTemplate send(..) methods so that MessageChannel always comes first - consistent with Destination/destinationName being the first argument in all JmsTemplate send(..) methods 2010-07-28 14:20:53 +00:00
Mark Fisher
f574a71259 updated readme for m6 2010-07-28 12:36:47 +00:00
Mark Fisher
84226346bd updated changelog links for m6 2010-07-28 12:34:50 +00:00
Mark Fisher
28ed5fc900 added Josh to the author list 2010-07-28 12:32:55 +00:00
David Syer
6d69c01455 INT-1288, INT-1289: fix some issues with correlation 2010-07-28 09:26:43 +00:00
Mark Fisher
3101611801 INT-1287 priority is just an Integer now, no longer a need for MessageHeaders to depend on a custom enum 2010-07-28 02:05:08 +00:00
Mark Fisher
9e7c6574f9 javadoc update 2010-07-28 01:05:57 +00:00
Mark Fisher
b4e627a26a INT-1216 removed tangle between 'channel' and 'context' packages by moving the ChannelResolver interface to 'core' and the BeanFactoryChannelResolver implementation to 'context' 2010-07-28 00:59:11 +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
Oleg Zhurakousky
e079c0fb08 INT-1282 polished loanshark's .classpath file 2010-07-27 21:53:03 +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
Oleg Zhurakousky
efff839537 INT-1282, Updated licensing information (year), removed bundle activator from 'cafe' sample, added readme.txt and util class to clean up Active MQ to 'jms' sample, other minor polishing 2010-07-27 16:18:35 +00:00
Gary Russell
19dc3bb897 INT-1280 (partial) - Move java serializer implementations to subpackage 2010-07-27 16:13:22 +00:00
Mark Fisher
294444a629 INT-1129 fixed reflective access of messagingTemplate in tests 2010-07-27 15:08:11 +00:00
Mark Fisher
e1f671beb9 INT-1129 fixed reflective access of messagingTemplate in tests 2010-07-27 14:57:04 +00:00
Mark Fisher
794c96393d added 'outputDirectory' to svn:ignore 2010-07-27 14:36:21 +00:00
Mark Fisher
08e8daaef3 added .springBeans to svn:ignore 2010-07-27 14:35:08 +00:00
Mark Fisher
cc8d445280 INT-1129 renamed MessageChannelTemplate to MessagingTemplate 2010-07-27 14:34:28 +00:00
Mark Fisher
f64fb54b34 reordered ctor args, handler comes first since handleMessage() is still the primary responsibility 2010-07-27 13:30:38 +00:00
Mark Fisher
53132b2376 typos 2010-07-27 13:22:25 +00:00
David Syer
c20d8729db remove funny char from javadoc 2010-07-27 13:20:52 +00:00
Mark Fisher
701e0a7dff null-checks in constructor, safe cast to NamedComponent, and getOrder now returns the runtime value of the targetHandler if it's an Ordered implementation 2010-07-27 13:10:41 +00:00
Gary Russell
bc15637dd8 INT-1273 Typos in Ip Docs 2010-07-27 13:02:03 +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
David Syer
c4fe3b2076 Fix warnings in test case 2010-07-27 12:53:55 +00:00
Mark Fisher
8abd108e6b adding flow.prefs in .settings 2010-07-27 12:48:27 +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
Mark Fisher
9cbef4f13c INT-1275 added sleep to test for accuracy 2010-07-27 12:07:10 +00:00
David Syer
1fafb5b9e9 INT-1272: add provided scope to jms pom 2010-07-27 11:58:43 +00:00
Mark Fisher
aad7ac9612 INT-1275 PriorityChannel now works properly with timeout values 2010-07-27 11:51:10 +00:00
Oleg Zhurakousky
6bc6063772 INT-1257 code polishing 2010-07-27 05:56:12 +00:00
Mark Fisher
f022271db5 INT-1214 The 'header-mapper' attribute is now available for the http outbound-gateway and outbound-channel-adapter 2010-07-27 05:03:17 +00:00
Mark Fisher
b759d827fa INT-1245, INT-1256 tests for HttpRequestHandlingController 2010-07-27 04:54:52 +00:00
Mark Fisher
32adc1fb8b INT-1245, INT-1256 test for HttpRequestHandlingMessagingGateway 2010-07-27 04:36:18 +00:00
Mark Fisher
2f746dd6bb INT-1245, INT-1256 renamed conversionTargetType to requestPayloadType and added javadoc 2010-07-27 04:35:40 +00:00
Mark Fisher
619430ed5c INT-1245, INT-1256 javadoc 2010-07-27 04:33:58 +00:00
Mark Fisher
bc56173725 INT-1245, INT-1256 removed old HttpInboundEndpoint 2010-07-27 04:31:07 +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
Josh Long
f8fe580339 updating the XMPP documentation a bit to start to talk about the presence adapters. 2010-07-27 03:19:13 +00:00
Mark Fisher
9273d2243d INT-1245, INT-1256 moved namespace support from old HttpInboundEndpoint to new HttpRequestHandlingMessagingGateway or, if the 'view-name' is present, HttpRequestHandlingController 2010-07-27 03:16:17 +00:00
Mark Fisher
d5ef6c9df5 INT-1245, INT-1256 added setSupportedMethodNames() method and now the conversionTargetType is null by default with "text/*" Content-Type mapping to String as a default and byte[] otherwise (if conversionTargetType has not been set explicitly) 2010-07-27 03:11:41 +00:00
Mark Fisher
d0d780c577 INT-1245, INT-1256 SerializingHttpMessageConverter is restricted to only the application/x-java-serialized-object media type 2010-07-27 03:02:38 +00:00
Gary Russell
b6745a33bc ip doc polish 2010-07-27 02:58:48 +00:00
Mark Fisher
02766517ff extended MockHttpServletRequest and MockHttpServletResponse so that the "Content-Type" header is set in a way that it can be read from the ServletServerHttpRequest and ServletServerHttpResponse instances 2010-07-27 02:20:22 +00:00
Gary Russell
787b76f480 Re-Fix badly formed javadoc in HttpRequestHandlingController (causing build to fail). Previous fix removed bogus ) and solved the build problem but doc was still not good. 2010-07-27 01:57:12 +00:00
Gary Russell
a27b1862ac Fix badly formed javadoc in HttpRequestHandlingController (causing build to fail) 2010-07-27 01:51:08 +00:00
Gary Russell
d2d6fc191d INT-1269 Docs for Refactored Tcp Adapters 2010-07-27 01:27:37 +00:00
Mark Fisher
2eea14ebd6 fixed javadoc link 2010-07-27 00:56:36 +00:00
Gary Russell
5246820bb6 INT-1269 Remove default="false" from using-direct-buffers - N/A for java.net 2010-07-27 00:47:53 +00:00