Timothy Bish
ba519d8bd3
https://issues.apache.org/jira/browse/AMQ-5195
...
Use largest incoming capaity value, broker will do flow control based on
destination policies.
2014-05-23 11:26:55 -04:00
Timothy Bish
9b6f419d44
https://issues.apache.org/jira/browse/AMQ-5195
...
Set session incoming credit value and improves the flow handling to
reduce chatter on each message send, improves overall producer
performance significantly.
2014-05-20 18:26:17 -04:00
Timothy Bish
b9d51bf1d4
Use a fixed buffer to handle incoming deliveries from proton via the
...
receiver.recv method instead of allocating a new byte array each time as
the contents are copied out to create the complete frane
2014-05-15 15:28:02 -04:00
Timothy Bish
b83a3d4388
Add option to turn on an OpenWire TCP endpoint.
2014-05-15 11:58:49 -04:00
Dejan Bosanac
ff64b14bc7
https://issues.apache.org/jira/browse/AMQ-5186 - remove amqp producers
2014-05-15 15:13:01 +02:00
Claus Ibsen
0c0fadcdce
Upgraded to Camel 2.13.1
2014-05-15 08:25:49 +02:00
Timothy Bish
8f3e08c7b6
Add an option to allow test cases to easily change the transformer
...
instance used by the AmqpProtocolConverter.
2014-05-14 13:02:28 -04:00
Timothy Bish
38a86b470f
https://issues.apache.org/jira/browse/AMQ-5183
...
Swithc to using Proton's Evet collector for processing engine state
changes. All tests passing locally with this change.
2014-05-12 15:23:42 -04:00
Timothy Bish
1dd34a13b2
Pull out JMS client common test bits into a test support class.
2014-05-12 15:16:03 -04:00
Timothy Bish
683fcda55d
Turn down default logging to DEBUG for tests.
2014-05-12 11:20:11 -04:00
Claus Ibsen
7af9bce8a7
Added close destroy-method to Postgres data source. Thanks to Jakub Korab for reporting in https://github.com/apache/activemq/pull/19
2014-05-11 10:54:27 +02:00
Jason Sherman
d37786ea13
Add Jetty host property to resolve URL message
2014-05-09 16:38:49 -04: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
Hadrian Zbarcea
d43e709565
Build fix; upgrade to newly release hawtdispatch 1.21
2014-05-08 09:54:57 -04:00
Hiram Chirino
bdb24ee7c7
Fixes AMQ-5176: Support building ActiveMQ using Java 8 JDK
2014-05-07 10:53:51 -04:00
Timothy Bish
a20c3a07a2
https://issues.apache.org/jira/browse/AMQ-5175
...
Substitute a working bouncy castle lib for needed by some of the ldap
tests. This one works on newer JDK 1.7 releases
2014-05-06 16:58:31 -04:00
Timothy Bish
bfb1778211
https://issues.apache.org/jira/browse/AMQ-5166
...
Apply fix for tracker settings.
2014-05-06 16:31:27 -04:00
Timothy Bish
810ce35f55
https://issues.apache.org/jira/browse/AMQ-5175
...
Exclude the BouncyCastle jar from the tests.
2014-05-06 13:38:53 -04:00
Dejan Bosanac
64baf092f0
https://issues.apache.org/jira/browse/AMQ-5160 - test for retained messages wildcard security issue
2014-05-06 11:44:28 +02:00
Timothy Bish
541ed8cf0c
https://issues.apache.org/jira/browse/AMQ-5140
...
Add some checks to prevent any chance of an ArithmaticException because
of divide by zero.
2014-05-05 16:12:50 -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
Dhiraj Bokde
a38a7c0093
Initial fix for AMQ-5160 to support subscription authorization for destination filters
2014-05-05 10:06:06 +02:00
gtully
89e8767973
fix shutdown order on close - broker may be gone before client
2014-05-02 18:17:04 +01:00
Hadrian Zbarcea
4215db2f26
Temporarily disable failing test
2014-05-01 15:25:31 -04:00
gtully
c5c1495330
https://issues.apache.org/jira/browse/AMQ-5136 - fix and test (thanks barlabanov)
2014-04-30 17:08:20 +01: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
Timothy Bish
8498136f5e
fix for: https://issues.apache.org/jira/browse/AMQ-5004
2014-04-30 10:08:28 -04:00
Dejan Bosanac
4eb5097f22
https://issues.apache.org/jira/browse/AMQ-5165 - fix for destination stats name
2014-04-30 10:44:47 +02:00
Claus Ibsen
0b7d9420cd
Upgrade to jolokia 1.2.1
2014-04-30 07:56:52 +02:00
Hadrian Zbarcea
3845aaa43b
Ignore crashing test in stomp, improve test timing
2014-04-29 15:17:17 -04:00
Hadrian Zbarcea
3f32507f78
Use autocrlf consistently for line endings
2014-04-29 14:18:37 -04:00
Kevin Earls
b0bf144e7a
Ignoring testAdvisory test for now, see https://issues.apache.org/jira/browse/AMQ-5164
2014-04-29 12:11:54 +02: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
d60022ec65
https://issues.apache.org/jira/browse/AMQ-5162 - handle io exception in lease database locker start
2014-04-25 15:08:05 +02: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
Timothy Bish
fdc2551eb8
https://issues.apache.org/jira/browse/AMQ-5159
...
Fix an NPE condition
2014-04-23 11:34:17 -04:00
gtully
08bb172f3c
https://issues.apache.org/jira/browse/AMQ-5077 - provide concurrentSend option to composite destinations such that fanout can occur in parallel, resulting in write batching. little perf test that shows a large improvement in send rate w/o concurrentStoreAndDispatch
2014-04-23 15:02:24 +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
Dejan Bosanac
e947927511
https://issues.apache.org/jira/browse/AMQ-5149 - potential deadlock
2014-04-16 15:44:02 +02:00
Dejan Bosanac
7646526c0a
https://issues.apache.org/jira/browse/AMQ-5141 - send messages to dlq using broker security context
2014-04-14 17:05:53 +02:00
Claus Ibsen
81141b03e2
Use xbean 3.16 like Camel does. 3.17 does not work as it requires asm5.
2014-04-09 12:00:47 +02:00
Kevin Earls
2eaf675c73
Fix for AMQ-5135, added amqp karaf verification via roundtrip test
2014-04-08 10:51:37 +02:00
Timothy Bish
307005ab4f
https://issues.apache.org/jira/browse/AMQ-5138
2014-04-07 10:58:08 -04:00
Timothy Bish
3adffc18e1
https://issues.apache.org/jira/browse/AMQ-5131
...
remove trailing comma.
2014-04-03 10:03:04 -04:00
Timothy Bish
a71457856d
https://issues.apache.org/jira/browse/AMQ-5131
2014-04-03 09:58:43 -04:00
gtully
10394734f6
add a sanity external tm xa rollback test
2014-04-01 22:45:45 +01:00
Claus Ibsen
1999ddfd01
AMQ-2354: JCA adapter. Default the ServerUrl to vm://brokerName?create=false when an embedded broker is specified with brokerXmlConfig. Thanks to Michael McKibben for the patch.
2014-04-01 10:16:18 +02:00