Dejan Bosanac
1591960887
fixing licenses
2014-06-03 14:03:28 +02:00
Dejan Bosanac
14fcd7cbea
https://issues.apache.org/jira/browse/AMQ-5160 - make runtime configuration plugin work properly with destination filters
2014-06-03 13:26:43 +02:00
Dejan Bosanac
a4682fcb47
https://issues.apache.org/jira/browse/AMQ-5176 - use scala 2.11 in karaf
2014-06-03 13:23:39 +02:00
Dejan Bosanac
aa2dfb60aa
https://issues.apache.org/jira/browse/AMQ-5160 - fix XBeanConfigTest test
2014-06-02 17:50:28 +02:00
Dejan Bosanac
3ba129561c
https://issues.apache.org/jira/browse/AMQ-5160 - start/stop wrapped policy
2014-06-02 13:22:25 +02:00
Dejan Bosanac
7bfbce9a54
minor cleanup
2014-05-29 16:41:07 +02:00
Dejan Bosanac
e9126f3513
ignore JmsClientRequestResponseTest until we have qpid/proton libs with appropriate fixes
2014-05-29 16:41:06 +02:00
Timothy Bish
9f78f82378
https://issues.apache.org/jira/browse/AMQ-5189
...
Set all session properties back using a session listener close event so
that the returned session is not modified after it's already been
re-dispatched from the pool.
2014-05-29 10:33:09 -04:00
Timothy Bish
f2653e6936
Clean up a bit, remove commented out code from other transports.
2014-05-28 15:27:34 -04:00
Dejan Bosanac
b5c6c1eaeb
https://issues.apache.org/jira/browse/AMQ-5162 - introduce handleStartException configuration parameter, to make stopping of the slave broker optional
2014-05-27 15:20:27 +02:00
Dejan Bosanac
9d656731ab
https://issues.apache.org/jira/browse/AMQ-4555 - fix regression that groupClass cannot be set on <cachedLDAPAuthorizationMap/>
2014-05-26 16:42:38 +02:00
Dhiraj Bokde
6c859676b3
Fixed AMQ-5160, fixed durable subscription retroactive recovery
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
42ad1039cb
Fixed AMQ-5160, restored previous DurableSubscription behaviour of only recovering messages when cursor is empty, retained messages are always recovered
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
8644090377
Fixed AMQ-5160, fixed race condition for retained messages
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
c915b19a20
Fixed AMQ-5160, removed producer's retain property from retained messages
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
78950ec596
Fixed AMQ-5160, changed DurableTopicSubscription to only recover retroactive messages for retroactive topics or consumers
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
70f7c5805c
Fixed AMQ-5160, fixed test testNoMessageReceivedAfterUnsubscribeMQTT
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
0a39782bf5
Fixed AMQ-5160, polished MQTT tests
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
88c6ee97e0
Fixed AMQ-5160, remove durable subscription in onUnsubscribe()
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
8947a09eaa
Fixed AMQ-5160, force durable subscriptions to always recover retroactive messages
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
b36adffe71
Fixed AMQ-5160, removed redundant MQTTRetainedMessages
2014-05-26 11:07:19 +02:00
Dhiraj Bokde
5576dc5d74
Fixed AMQ-5160, fixed browse() to include messages from wrapped policy
2014-05-26 11:07:18 +02:00
Dhiraj Bokde
a581d010aa
Fixed AMQ-5160, Added RegionBroker.getConnectionContext(), made Topic.recoverRetroactiveMessages() public to force message recovery from MQTTProtocolConverter for duplicate subscriptions, added new tests for retained messages and JMX interoperability
2014-05-26 11:07:18 +02:00
Dhiraj Bokde
bcb60a482c
Partial fix for AMQ-5160, attempts to resolve retained messages using subscription recovery policy, but fails to resend retained messages for duplicate subscriptions
2014-05-26 11:07:18 +02:00
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