Dave,
From memory the aggregator looked something like the one below. If I'm remembering correctly the messageStore I'm referencing here did get used, however the only registered callbacks were...
Type: Posts; User: sb9398; Keyword(s):
Dave,
From memory the aggregator looked something like the one below. If I'm remembering correctly the messageStore I'm referencing here did get used, however the only registered callbacks were...
Looking at the 1.0.4 code it appears that the max would be the max value of the "int" primative. (32 bit = 2,147,483,647)
<code>
public QueueChannel(int capacity) {
Assert.isTrue(capacity...
Dave,
Thanks for the reply and it is quite possible that I'm making it harder than it has to be. My current process is to collect an unknown number of messages (i.e. no sequence numbers)...
Hello and thanks for the work on a product which appears to have great potential and save me lots of work!
I've noticed a number of changes in my migration from M3 to M4 related the release...