gtully
57fc29b6ce
remove npe when no jars on classpath, in ide
2014-10-07 14:50:41 +01:00
gtully
54e2e3bef2
rework cursor store sync w.r.t to index order. resolve issues with skipped dispatch and duplicate dispatch. https://issues.apache.org/jira/browse/AMQ-4485 https://issues.apache.org/jira/browse/AMQ-5266
2014-08-30 00:51:21 +01:00
Dejan Bosanac
b9696ac80b
https://issues.apache.org/jira/browse/AMQ-5333 - make xpath parser features configurable
2014-08-26 14:47:06 +02:00
Timothy Bish
6e9ecdfe21
https://issues.apache.org/jira/browse/AMQ-5281
...
Apply patch correctly honor JMS selector behavior for unknown values.
2014-08-18 13:23:56 -04:00
Timothy Bish
b1bc593931
https://issues.apache.org/jira/browse/AMQ-5323
2014-08-15 14:23:14 -04:00
Timothy Bish
deee040151
Make comments match reality.
2014-08-14 18:17:30 -04:00
Timothy Bish
9a6d444e0a
https://issues.apache.org/jira/browse/AMQ-5320
...
Clean up API docs.
2014-08-13 09:50:41 -04:00
gtully
ab1e9c78ef
https://issues.apache.org/jira/browse/AMQ-5311 - encode xaErrorCode in xaexception message
2014-08-07 13:42:10 +01:00
gtully
58ae402b1d
https://issues.apache.org/jira/browse/AMQ-5016 - evolve the class in a serialization compat way so that exiting kahadb stores can be read, long field addition
2014-08-06 15:21:19 +01:00
gtully
207d4cdee6
https://issues.apache.org/jira/browse/AMQ-5080 - revert short circut of recover when failover transport is not connected - using maxstartupMaxReconnectAttempts=x provides a better alternative. tm recovery need not start a managed connection or call getConnection before a call to xaresource.recover
2014-07-28 16:19:20 +01:00
gtully
e1cd19e86e
https://issues.apache.org/jira/browse/AMQ-5080 - some additional trace logging
2014-07-24 15:19:16 +01:00
Timothy Bish
d54e0d6ab5
https://issues.apache.org/jira/browse/AMQ-5198
...
member variable scheduler assignment escapes the synchronization block
before the scheduler instance is fully initialized.
2014-07-18 10:11:25 -04:00
gtully
c34851fd57
https://issues.apache.org/jira/browse/AMQ-5279 - ensure poison on failover redelivery only when delivery is not pending else where
2014-07-17 17:08:13 +01:00
Timothy Bish
e957937f08
https://issues.apache.org/jira/browse/AMQ-5269
...
Use a selector based accept when the transport socket has a selectable
channel which is the case for all the NIO transport. Can reduce the
time it takes to close down the transport speeding up tests.
2014-07-10 16:32:44 -04:00
Daniel Kulp
06bb7a2716
Update poms to fully load into M2E
2014-07-10 13:47:55 -04:00
Timothy Bish
106f759571
https://issues.apache.org/jira/browse/AMQ-5251
...
Synchronize method and remove old deprecated schedule method.
2014-06-28 10:21:34 -04:00
gtully
ce911bafbf
https://issues.apache.org/jira/browse/AMQ-5241 - track window between sending shutdown info and doing local close to avoid race with broker on normal connection.close - needs two jvm to reliably reproduce so no unit test with the fix
2014-06-23 12:13:45 +01:00
Timothy Bish
8824ac9fcb
https://issues.apache.org/jira/browse/AMQ-5231
...
Only apply timeout to the Message sends, other commands are handled
separately as needed.
2014-06-18 12:58:50 -04:00
Timothy Bish
91a0041915
https://issues.apache.org/jira/browse/AMQ-5016
...
Added test and a fix.
2014-06-11 14:20:00 -04:00
Timothy Bish
b1d46e45c6
https://issues.apache.org/jira/browse/AMQ-5211
...
Throw an exception if the destination name is empty.
2014-06-06 12:05:17 -04:00
Dejan Bosanac
fa086396a7
[maven-release-plugin] prepare for next development iteration
2014-06-05 11:59:29 +02:00
Dejan Bosanac
58dd93e42e
[maven-release-plugin] prepare release activemq-5.10.0
2014-06-05 11:59:17 +02:00
Timothy Bish
6c703ac6ee
https://issues.apache.org/jira/browse/AMQ-5209
...
Add MessageId and original destination info to the advisory message
properties.
2014-06-04 13:30:42 -04:00
Dejan Bosanac
c2cf78542f
[maven-release-plugin] prepare for next development iteration
2014-06-04 11:33:17 +02:00
Dejan Bosanac
5bc741f227
[maven-release-plugin] prepare release activemq-5.10.0
2014-06-04 11:33:03 +02:00
Timothy Bish
210e39df8b
https://issues.apache.org/jira/browse/AMQ-5144
...
Fix issue where the writer would go into a cycle of adding delay for
writes of large messages where each packet ended up as the same size.
2014-05-08 12:56:54 -04:00
Timothy Bish
53b12820c2
https://issues.apache.org/jira/browse/AMQ-5171
...
Make the type suffix configurable. Clean up logging calls.
2014-05-05 11:15:42 -04:00
Dhiraj Bokde
94b404d0ab
Fixed AMQ-5160, allowed wildcard subscriptions for future destinations, added tests for wildcard authorization, fixed consumer and producer AdvisoryTopic names for composite destinations by replacing ',' with '‚'
2014-05-05 10:06:06 +02:00
gtully
ad1f751a41
https://issues.apache.org/jira/browse/AMQ-5077 - reduce reader thread work when client uses async send; async store updates can now queue up to the destination memory limit b/c they don't block the send thread. Pending store writes are now tracked in memory usage. This allows a client to quickly provide a burst of messages to fill the destination cache bounded only by network bandwidth
2014-04-30 16:13:18 +01:00
Hadrian Zbarcea
3845aaa43b
Ignore crashing test in stomp, improve test timing
2014-04-29 15:17:17 -04:00
Timothy Bish
a88e19e7cd
https://issues.apache.org/jira/browse/AMQ-5163
...
Allow for durable topic consumers to use individual ack mode.
2014-04-28 14:03:43 -04:00
Dejan Bosanac
ec35588e56
https://issues.apache.org/jira/browse/AMQ-4182 - remove remaining use of finalize()
2014-04-24 16:06:01 +02:00
gtully
f70dc74312
https://issues.apache.org/jira/browse/AMQ-5146 - durable sub redelivery test regression https://issues.apache.org/jira/browse/AMQ-5156 - pre delivery check for max redelivery should only apply to transacted sessions
2014-04-24 10:53:33 +01:00
Dejan Bosanac
44bb9fbeae
https://issues.apache.org/jira/browse/AMQ-4182 - explicitly comporess/decompress byte messages, so we can avoid using finalize() to close streams
2014-04-23 12:46:01 +02:00
gtully
fad1dd0f17
https://issues.apache.org/jira/browse/AMQ-5146 - validate redeliveryPolicy excess pre dispatch, fix and test
2014-04-16 15:49:34 +01:00
gtully
c07514f570
https://issues.apache.org/jira/browse/AMQ-5119 - fix (pfox thanks for the test) the marshalled properties were being retained so a property removal was being ignored before the schedualed resend
2014-03-27 15:12:12 +00:00
Kevin Earls
5e14eecce6
Fix for AMQ-5099, removed dead code
2014-03-19 19:00:34 +01:00
gtully
b136df177f
https://issues.apache.org/jira/browse/AMQ-5089 - fix and test, respect client ack for topics and only decrement counters when ack is received
2014-03-19 15:33:44 +00:00
Dejan Bosanac
8188f7f884
https://issues.apache.org/jira/browse/AMQ-5090 - improve failover transaction tracking
2014-03-07 12:04:49 +01:00
gtully
33b88d34a9
https://issues.apache.org/jira/browse/AMQ-5087 fix and test
2014-03-06 22:40:01 +00:00
gtully
cfe099d1cc
rework https://issues.apache.org/jira/browse/AMQ-3305 in the context of https://issues.apache.org/jira/browse/AMQ-4952 dlq processing of duplicates, also possible missed dispatch with interleaved xa completion and new messages - recovered transactions are now individually tracked by the store and replayed in the next batch, which negates the need to flush the cursor and avoids duplicates
2014-03-05 14:51:05 +00:00
Hadrian Zbarcea
efcef4533e
speed up stopping the tcp transport (saves 2sec for each @Test method)
2014-03-04 18:10:08 -05:00
Hadrian Zbarcea
be94865c44
[cosmetic] Remove unused constructor from abstract class
2014-03-03 23:20:56 -05:00
gtully
e8818fafea
https://issues.apache.org/jira/browse/AMQ-5080 - fix up rar transacted delivery and redelivery processing, xarecovery and transaction completion afer failover - using failover maxReconnectAttempts=0 to avoid blocking periodic recovery and negate replay of aborted transaction state
2014-03-03 13:22:30 +00:00
Hiram Chirino
e7e317dc7e
Applying patch AMQ-5074: MQTT paths with empty levels are not handled correctly.
...
Thanks Dhiraj!
2014-02-24 09:05:23 -05:00
Timothy Bish
2b3c477752
https://issues.apache.org/jira/browse/AMQ-5071
...
fix log statement
2014-02-22 16:45:40 -05:00
Timothy Bish
914beaeb4c
https://issues.apache.org/jira/browse/AMQ-5071
...
fix bad logger
2014-02-21 12:15:28 -05:00
Hadrian Zbarcea
7b555c2898
AMQ-5047. Fix packaging issues related to maven version
2014-02-15 16:15:04 -05:00
Hiram Chirino
93ca04468b
Implements AMQ-5054: Display the number of active transactions and age of oldest transaction on a Connection's JMX info
2014-02-14 16:22:50 -05:00
Hiram Chirino
190a44bf25
Implements AMQ-5050: Populate a 'Host' header in the WireFormatInfo of the Openwire protocol to let multi-tenant proxies route connections.
2014-02-13 14:15:20 -05:00