Oleg Zhurakousky
ddeab16394
INT-2182 interim
...
INT-2182 interim
INT-2182 work in progress
INT-2182 Refctored MessageGroupQueue and related classes
- created MGS.pollMessageFromGroup(groupId)
- removed MARKED messages concept
- renamed UNMARKED to just Messages
- removed keepReleasedMessages attribute
- refactored JdbcMessageStore to NOT store Messages that belong to a MessageGroup in the MessageGroup table, only relationship
- provided implementation of pollMessageFromGroup method in JdbcMessageStore
- polished tests
INT-2182 refactored MongoDB support to reflect changes to MGQ
INT-2182 added Gemfire support for polling
INT-2182 added Redis support
INT-2182 polishing
removed syncronized blocks from SMG, added availablePermits() method to UpperBound, polished JdbcMessageStore
INT-2182 polishing
INT-2182 polishing
INT-2182 polishing
INT-2182 polishing
INT-2182 polishing
INT-2182 polishing based on PR comments
2011-10-25 12:50:17 -04:00
Mark Fisher
23c566898b
versionless schemas for jmx module
2011-10-10 13:21:04 -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
Dave Syer
225f4a3b84
INT-1806: fix duplicate MBeans
2011-05-04 17:54:58 +01:00
Dave Syer
2150b9b806
INT-1789: fix test for Java 5 (duh)
2011-05-03 17:28:53 +01:00
Dave Syer
41a8307266
INT-1789: Added 'managed-components' attribute to mbean-export
2011-05-03 17:06:06 +01:00
Oleg Zhurakousky
3956193bea
INT-1817 changed attribute value from 'object-name-static-properties-ref' to 'object-name-static-properties'
2011-05-03 10:16:33 -04:00
Dave Syer
3441971540
INT-1806: added ManagedEndpoint for endpoints that are not message sources or message handlers
2011-05-03 10:04:15 +01:00
Dave Syer
9ae8180bcf
INT-1830: add tests and workaround for MBeanExporters triggering eager loading
2011-03-10 16:09:01 +00:00
Oleg Zhurakousky
8b53fa1fc7
INT-1817 added namespace support for object-name-static-properties for IntegrationMBeanExporter
2011-03-09 17:13:13 -05:00
Oleg Zhurakousky
3f06998118
INT-1816 fixed the test to make sure that new MBean server instance is used for different tests, since it was cousing conflicts between the tests
2011-03-09 14:37:54 -05:00
Oleg Zhurakousky
1b3e7ce6e9
INT-1816 added support for multiple non-conflicting mbean exporters
2011-03-09 12:49:04 -05:00
Dave Syer
90946841b4
INT-1820: fix handler metrics
2011-02-28 14:33:13 +00:00
Dave Syer
ed63431977
INT-1675: add ignored test
2010-12-12 12:13:38 +00:00
Dave Syer
b528abcf68
INT-1675: work a bit harder to expose existing handlers if they are @ManagedResources
2010-12-11 08:49:09 +00:00
Dave Syer
e23e478e9e
INT-1675: force initialization of other MBeanExporter instances before the integration monitor components are created
2010-12-11 08:49:08 +00:00
Dave Syer
c293edc7fa
INT-1675: add illegal bean id check for clash with core mbean exporter
2010-12-11 08:49:07 +00:00
Dave Syer
4b4a6fdb94
Tweak test to defeat slow CI again
2010-11-10 09:26:34 +00:00
Dave Syer
941b1127d1
INT-1561: add counters to message stores
2010-11-10 09:26:34 +00:00
Oleg Zhurakousky
1278666ed7
INT-1596, fixed the broken links as well as all warnings
2010-11-09 12:17:45 -05:00
Dave Syer
bd1373ecff
INT-1464: Check priority channel registration
2010-11-09 10:44:16 +00:00
Dave Syer
14cb9c8687
Change tolerance in test to defeat slow CI build
2010-11-09 09:19:35 +00:00
Dave Syer
26bd68f867
Fix compilation error
2010-10-25 11:11:05 -07:00
Dave Syer
473b8fa96d
INT-1507: remove control bus from JMX XSD
2010-10-25 10:58:20 -07:00
Dave Syer
f51a9a10d7
INT-1537: add another integration test
2010-10-22 15:32:45 -05:00
Iwein Fuld
064b86b29c
QUALITY: moved ControlBus to avoid cyclic dependency
2010-10-21 18:08:20 +02:00
Mark Fisher
b265312903
INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible)
2010-10-17 12:24:07 -04:00
Dave Syer
4a8984bc0a
remove System.err reference
2010-10-13 08:41:49 -07:00
Dave Syer
f69a178c1f
JMX: remove duplicate annotations
2010-10-13 08:17:29 -07:00
Dave Syer
b4d9366dfb
INT-1508: add reset()
2010-10-12 15:18:29 -07:00
Dave Syer
517aad3d69
INT-1503: *Monitor->*Metrics
2010-10-08 06:28:12 -07:00
Dave Syer
48c1c6b98a
Fix Java 6/5 incompatiblity in test
2010-10-07 18:53:40 -07:00
Dave Syer
71c7872270
INT-1495: change default domain to org.springframework.integration
2010-10-06 11:35:18 -07:00
Dave Syer
be2b1343a0
INT-1492: add test
2010-10-06 11:10:50 -07:00
Dave Syer
a21172fdab
INT-1496: start optimistically with success rate 100%
2010-10-06 11:00:59 -07:00
Dave Syer
71f171b163
INT-1495: change domain= to default-deomain=
2010-10-06 10:56:36 -07:00
Dave Syer
84415d6f53
INT-1449: ensure mbeans only registered once for factory bean product
2010-10-06 10:25:58 -07:00
Dave Syer
1d44c8af2c
INT-1449: tweak test case
2010-10-06 07:27:55 -07:00
Dave Syer
cbf0242bd9
INT-1495: harmonise schema
2010-10-06 07:10:12 -07:00
Dave Syer
76d17bd187
Expose MessageSources and their polling endpoints to JMX
2010-10-05 15:47:18 -07:00
Dave Syer
07043a8875
INT-1489: inspect router to see if it is Advised
...
- Switch to proxy approach for handler monitor
- Add router mbean integration test
2010-10-05 14:22:49 -07:00
Dave Syer
8cf6e474d2
INT-1452: fix names and counts attributes
...
Add global counts to mbean exporter
2010-10-05 14:12:53 -07:00
Oleg Zhurakousky
47b1f7ae8e
INT-1451, more refactoring
2010-09-25 16:16:34 -04:00
Oleg Zhurakousky
b2533c0788
INT-1431, added SimpleMessageProducingHandlerMonitor to maintain semantics of some MessageHandlers also being MessageProducers
2010-09-15 13:50:16 -04:00
Dave Syer
b3bba292db
Remove stderr reference
2010-09-15 08:03:01 +01:00
Dave Syer
2ca4a8f347
Ignore failing test (timing sensitive in CI) as temporary measure
2010-09-15 08:00:06 +01:00
Dave Syer
e1704c6267
INT-1429: tidy up JMX
...
- rename some classes and add Statistics abstraction
- INT-1429: rename SimpleChannelMonitor
2010-09-07 09:11:48 +01:00
Dave Syer
ca1f4869e4
Weaken assertion some more to prevent ci failing
2010-09-07 07:53:33 +01:00
David Syer
631ff51e1a
tweak test to be more forgiving in CI load
2010-09-03 14:01:09 +00:00