Commit Graph

7448 Commits

Author SHA1 Message Date
Gunnar Hillert
f0d42d1f91 #INT-2052 - Fixed some wording in README.md 2011-08-16 11:29:31 -04:00
Gunnar Hillert
0297614043 #INT-2052 - Sourounded --recursive with <code> to escape -- in README.md 2011-08-16 10:41:37 -04:00
Gunnar Hillert
5316b11805 #INT-2052 - Formatted README.md 2011-08-16 10:41:37 -04:00
Gunnar Hillert
97e9499b88 #INT-2052 - renamed readme.txt to README.md to allow for Markdown styling 2011-08-16 10:41:37 -04:00
Mark Fisher
b4f200fe38 Merge pull request #9 from garyrussell/INT-1884
Fix Intermittent Test Failure

Issue: INT-1884
2011-08-13 15:16:46 -04:00
Mark Fisher
11680bae22 Merge pull request #7 from garyrussell/INT-2040
INT-2040 Broken JMX Test
2011-08-13 12:05:42 -07:00
Mark Fisher
46e80d790e Add 'loggerName' property.
1. LoggingHandler now has a loggerName property
2. The <logging-channel-adapter> now has a 'logger-name' attribute

Issue: INT-1947
2011-08-13 14:05:54 -04:00
Gary Russell
82f1cbc715 INT-1884 Fix Intermittent Test Failure
The test is verifying at least one more poll is executed after capturing
the initial poll count. However we only did one receive and relying on
luck that another poll happened in the interim. Changed to do 2 receives.
2011-08-13 13:45:03 -04:00
Gary Russell
56cefae41d INT-2040 Broken JMX Test
The change to a long return value for MessageCount broke a JMX test
(expected Integer got Long)
2011-08-13 11:04:54 -04:00
Mark Fisher
6d3eac8c49 Merge pull request #6 from olegz/INT-2030
INT-2030 polished RedisMessageGroup
2011-08-12 13:09:31 -04:00
Mark Fisher
a352f19514 Revert "Merge pull request #6 from olegz/INT-2030"
Backing out this change in order to use the merge commit approach.

This reverts commit ab47ca704b.
2011-08-12 13:03:23 -04:00
Oleg Zhurakousky
ab47ca704b Merge pull request #6 from olegz/INT-2030
INT-2030 polished RedisMessageGroup

1. simplified size() method to simply return the sum of sizes from marked and unmarked
2. removed System,out.println
3. added more assertions to tests
4. cosmetic changes
2011-08-12 09:21:45 -04:00
Oleg Zhurakousky
699afbe7a1 INT-2030 polished RedisMessageGroup
1. simplified size() method to simply return the sum of sizes from marked and unmarked
2. removed System,out.println
3. added more assertions to tests
4. cosmetic changes
2011-08-11 17:36:01 -04:00
Mark Fisher
a598238c5e Updated to 2.1.0 Milestone 1 2011-08-11 15:35:53 -03:00
Mark Fisher
5eaa57df11 Merge pull request #5 from markfisher/INT-2046
INT-2046 added @ManagedAttribute to MessageStores
2011-08-11 11:10:29 -07:00
Mark Fisher
da2f275074 INT-2046 added @ManagedAttribute to MessageStores
Added to the getMessageCount() in GemfireMessageStore, MongoDbMessageStore, and RedisMessageStore.
2011-08-11 13:59:12 -04:00
Mark Fisher
bce562368c Merge pull request #4 from olegz/INT-2040
INT-2040 changed signature of MessageStore.getMessageCount() to return lo
2011-08-11 10:19:28 -07:00
Oleg Zhurakousky
521a602dad INT-2040 changed signature of MessageStore.getMessageCount() to return long. Changed affected implementations 2011-08-11 13:07:41 -04:00
Oleg Zhurakousky
94dea0855d INT-2030 finished with initial implementation fo Redis-based MessageGroupStore 2011-08-11 09:53:44 -04:00
Oleg Zhurakousky
28bcb4bfcf INT-2030 finished implementing all methods for Redis-based MessageGroupStore 2011-08-11 09:33:36 -04:00
Oleg Zhurakousky
c6e90e5a0f INT-2030 added support for marking individual messages in the group, polishing of existing code, added tests 2011-08-10 15:16:36 -04:00
Oleg Zhurakousky
f1e2434398 INT-2030 Injected RedisMessageStore into RedisMessageGroup to benefit from code reuse when adding/removing Messages from the group 2011-08-10 13:25:04 -04:00
Oleg Zhurakousky
5388149b3a INT-2030 added support for getOne() and markAll() to Redis MessageGroupStore 2011-08-10 13:14:50 -04:00
Mark Fisher
81f07f2c5c INT-2044 modified Spring AMQP dependency version to 1.0.0.RC3 2011-08-10 12:50:20 -04:00
Oleg Zhurakousky
665e76e50a INT-2030 added initial support for Redis MessageGroupStore 2011-08-10 12:39:45 -04:00
Mark Fisher
835dab4683 INT-2037 added assert for id as bean name within the context 2011-08-10 12:22:13 -04:00
Oleg Zhurakousky
09d4707104 INT-2029 added support for dealing with Non Serializable message data. Added tests for non-String Messages 2011-08-09 11:58:59 -04:00
Oleg Zhurakousky
7b0cd7329b INT-2041 added MessageStoreException 2011-08-09 11:56:36 -04:00
Oleg Zhurakousky
655b9c6f54 INT-2029 finished with initial implementation of RedisMessageStore. 2011-08-09 11:20:09 -04:00
Oleg Zhurakousky
1b0a2e85c3 INT-2029 added initial implementation of RedisMessageStore. Upgraded Jackson to version 1.8.3 which is used by spring-data-redis. Regenerated POM files 2011-08-09 09:34:59 -04:00
Oleg Zhurakousky
b9121de1e8 INT-2039 removed more references to deprecated Spring classes. 2011-08-09 07:06:12 -04:00
Oleg Zhurakousky
6ecf0ec1e6 INT-2039 removed references to deprecated Spring classes. Modified code where needed 2011-08-09 00:19:42 -04:00
Oleg Zhurakousky
935cd01d07 INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files 2011-08-08 23:34:12 -04:00
Oleg Zhurakousky
62f14245cf INT-2038 added tooling support and addressed consistency in namespace prefix for AMQP module 2011-08-08 23:04:02 -04:00
Oleg Zhurakousky
99f81699b9 INT-2033 added test for 'order' attribute in AMQP module 2011-08-08 18:44:42 -04:00
Oleg Zhurakousky
37fcdbe4d7 INT-2033 added test for 'order' attribute in AMQP module 2011-08-08 18:41:20 -04:00
Oleg Zhurakousky
d38a56922f INT-2000 removed invalid test. Although it could have been fixed with adding a converter to BeanFactoryTypeConverter the actual scenario is invalid and unrealistic 2011-08-08 18:04:13 -04:00
Oleg Zhurakousky
e4d8edf8d6 INT-2001 polishing, removed unneeded import 2011-08-08 17:33:35 -04:00
Oleg Zhurakousky
17268047f9 INT-2001 updated HTTP module to remove its dependency on deprecated classes in Spring 3.1, fixed ETag test 2011-08-08 17:32:09 -04:00
Oleg Zhurakousky
b2c7a45dcf INT-1951, INT-1981 cleaned up the test and changed the template.mf to reflect the lowest version of Spring-WS to be 2.0.0 2011-08-08 17:24:53 -04:00
Oleg Zhurakousky
5afd12a819 INT-1951, INT-1981 refactored WS module to remove dependency on deprecated version of Spring-WS, added validation checks to the Inbound Gateway Parser for 'extract-payload' attribute 2011-08-08 17:21:17 -04:00
Oleg Zhurakousky
74817b98fc INT-2036 added Spring 3.0.5 exclusions for spring-integration-ws and spring-integration-xml in build.gradle. Regenerated POMs 2011-08-08 16:15:52 -04:00
Oleg Zhurakousky
fae321bf4b INT-1951, INT-1981 added parametrization to references of SourceExtractor 2011-08-08 10:44:19 -04:00
Mark Fisher
71f6a7278b updated MessageBuilder.copyHeadersIfAbsent with a wildcard for the Map value to be more flexible and consistent with copyHeaders 2011-08-05 14:41:46 -04:00
Mark Fisher
c9b8ff0b9f INT-2004 updated Redis test config files for the 2.1 schema version (the 2.0 schema version for redis no longer exists) 2011-08-05 13:45:40 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
1a7d603f63 adding gateway-based echo sample, to be refactored into unit tests later 2011-08-05 10:22:21 -04:00
Mark Fisher
00ffa9c0a5 renaming MongoMessageStore to MongoDbMessageStore for consistency 2011-08-05 10:13:56 -04:00
Mark Fisher
b727868306 INT-2018 added explicit spring-tx dependency in spring-amqp-integration and refined the exclusions 2011-08-05 08:38:54 -04:00
Mark Fisher
ea19a7d5a2 INT-2034 clearing the replyTo address after it has been used (i.e. it is not copied along with the reply Message itself) 2011-08-04 23:14:11 -04:00