Timothy Bish
31834ed1fb
https://issues.apache.org/jira/browse/AMQ-5731
...
Ensure that a ShutdownInfo is propagated to the Broker when the AMQP
transport encounters an unrecoverable error.
2015-04-15 18:30:13 -04:00
Dejan Bosanac
eece06b326
https://issues.apache.org/jira/browse/AMQ-5724 - Query command don't filter properly
2015-04-15 13:30:31 +02:00
Timothy Bish
be66175079
https://issues.apache.org/jira/browse/AMQ-5719
...
This closes #86
commit 72837960cf
Author: Christopher L. Shannon (cshannon)
<christopher.l.shannon@gmail.com>
Updated durable related error messages in TopicRegion to include both
subscriptionName and clientId.
2015-04-14 17:42:30 -04:00
Timothy Bish
a5a52b6517
add a test that sends multiple messages at a Queue.
2015-04-14 17:22:14 -04:00
Timothy Bish
cb370d06e9
Add a test for the unsettled sate as well, and some logs.
2015-04-14 12:33:05 -04:00
Timothy Bish
b3bf8e74f2
https://issues.apache.org/jira/browse/AMQ-5723
...
Ensure that we settle the delivery state of incoming deliveries that are
already remotely settled so that the resources associated are freed.
2015-04-14 11:18:32 -04:00
Timothy Bish
47f5c08573
turn on informational messages from qpid-jms
2015-04-14 09:29:12 -04:00
Dejan Bosanac
f556076a2c
https://issues.apache.org/jira/browse/AMQ-4929 - remove audit from TransactionBroker
2015-04-14 14:55:11 +02:00
Dejan Bosanac
2852a8bdb1
https://issues.apache.org/jira/browse/AMQ-4929 - remove BrokerService.supportFailoverSupport. This closes #60
2015-04-14 13:59:01 +02:00
Timothy Bish
ec9a92f6fc
https://issues.apache.org/jira/browse/AMQ-5649
...
Ensures that max producers on a connection includes anonymous producers
in its count, based on patch from: Christopher L. Shannon (cshannon)
<christopher.l.shannon@gmail.com>
Merged the test into the existing ConfigTest that validates the max
producers functionality.
2015-04-13 10:25:51 -04:00
Timothy Bish
f0ebda7ef9
Add a bit of logging for link and session level events.
2015-04-13 09:39:05 -04:00
Dejan Bosanac
2562cf21a2
https://issues.apache.org/jira/browse/AMQ-5718 - don't add messages to subscriber while it's discarding
2015-04-13 11:16:55 +02:00
gtully
b29eb384b8
https://issues.apache.org/jira/browse/AMQ-5710 - rework fix to resolve some unit test regressions, change now confined to rar usecase
2015-04-09 16:50:14 +01:00
Dejan Bosanac
69767a2f2f
https://issues.apache.org/jira/browse/AMQ-5665 - memory store don't propagate connection context
2015-04-09 13:29:37 +02:00
Clebert Suconic
ab8f54b066
fixing a race on SharedLockFile
2015-04-08 11:17:00 -04:00
Clebert Suconic
f2837bac03
fixing a small test leak
...
TearDown is supposed to remove the getRootLogger(), at the same place it was added.
This appender was living the entire life cycle of the JVM after this test.
2015-04-08 10:33:42 -04:00
Clebert Suconic
0a161380f8
AMQ-5709 Fixing tests
...
https://issues.apache.org/jira/browse/AMQ-5709
This is just fixing a test properly
2015-04-08 10:28:42 -04:00
Clebert Suconic
89c75ca28a
AMQ-5709 Reworking Logging on Locker
...
https://issues.apache.org/jira/browse/AMQ-5709
This is about changing how the Log is done in case of not being able to lock (log only once)
2015-04-07 17:24:48 -04:00
Dejan Bosanac
c705523cd0
https://issues.apache.org/jira/browse/AMQ-5710 - connection cleanup should not remove connection from the broker
2015-04-07 17:21:59 +02:00
Timothy Bish
25c99a6c36
https://issues.apache.org/jira/browse/AMQ-5707
...
Add support for aborting a slow AMQP consumer and some testing.
2015-04-07 10:32:49 -04:00
Christian Posta
61da1faa4c
https://issues.apache.org/jira/browse/AMQ-5672 Added an option for allowing only a single selector for the virtual destination selector cache. also added some JMX views into the selector cache that can be used at runtime. includes unit tests
2015-04-06 16:12:20 -07:00
gtully
e16d054362
https://issues.apache.org/jira/browse/AMQ-5697 - fix regression in SimpleAuthorizationMapTest
2015-04-03 15:13:44 +01:00
gtully
1d71cb7036
https://issues.apache.org/jira/browse/AMQ-5674 - revisit change - use single redelivey delay attribute for both initial and subsequent delays - resolves regression in BrokerRedeliveryTest
2015-04-03 14:19:15 +01:00
gtully
7741e02622
https://issues.apache.org/jira/browse/AMQ-5606 - reenable the karaf itest with the new amqp client - ActiveMQAMQPBrokerFeatureTest
2015-04-03 14:19:15 +01:00
Claus Ibsen
94f1e98adc
AMQ-5693: Include component documentation for activemq-camel
2015-04-03 09:29:20 +02:00
Claus Ibsen
9f040144f2
Upgrade to Camel 2.15.1
2015-04-03 09:17:56 +02:00
Timothy Bish
299410820e
https://issues.apache.org/jira/browse/AMQ-5155
...
Attempt to fix additional EOF problem
2015-04-02 09:10:08 -04:00
James A. Robinson
a6243225c5
fix the inconsistency with ElectingLevelDBStore.isMaster() under AMQ-5082 unit test conditions
2015-04-01 07:36:52 -07:00
Timothy Bish
3d6bb7c392
https://issues.apache.org/jira/browse/AMQ-5704
...
send correct order of preferred SASL mechanisms.
2015-04-01 10:18:01 -04:00
gtully
a7178a46b7
https://issues.apache.org/jira/browse/AMQ-5703 - fix and test. We now skip past known corruption on a journal replay
2015-04-01 14:59:15 +01:00
Timothy Bish
6df02555fd
https://issues.apache.org/jira/browse/AMQ-5680
...
Fix typo in getTempQueues method.
2015-04-01 09:52:33 -04:00
Timothy Bish
516c9db43b
https://issues.apache.org/jira/browse/AMQ-5155
...
Modifed version of patch supplied by Claudio Parodi to handle incoming
ping frames correctly.
2015-03-31 16:36:56 -04:00
Timothy Bish
b9ed01fa56
https://issues.apache.org/jira/browse/AMQ-5698
...
Ensure that wireFormat transport options get applied
2015-03-31 12:36:00 -04:00
Dejan Bosanac
8bb58036a0
https://issues.apache.org/jira/browse/AMQ-5697 - authorization map and composite destinations
2015-03-31 17:13:37 +02:00
Christian Posta
a39e51e051
Fix for https://issues.apache.org/jira/browse/AMQ-5082 ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening.
...
Many thanks to Jim Robinson (jim.robinson@gmail.com ) for the patch!
2015-03-30 17:07:42 -07:00
Timothy Bish
351d4b9dea
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some additional tests to validate AMQP behavior
2015-03-30 17:20:52 -04:00
Timothy Bish
e333fd957b
https://issues.apache.org/jira/browse/AMQ-5591
...
Clean up SASL authentication code to make it easier to add new
mechanisms.
2015-03-30 16:41:34 -04:00
Dejan Bosanac
0fd174b928
https://issues.apache.org/jira/browse/AMQ-5008 - certificate revocation list support
2015-03-30 16:39:15 +02:00
Timothy Bish
af13292916
https://issues.apache.org/jira/browse/AMQ-5684
...
Whem possible restore the orignal MessageId value from the incoming
message.
2015-03-27 18:59:34 -04:00
Christian Posta
efc9a8d578
Fix for https://issues.apache.org/jira/browse/AMQ-5689 Queue dispatching hangs when there are redelivered messages that dont match current consumers selectors, refactored out the pendingDispatchList in Queue implementation
2015-03-27 15:19:56 -07:00
Timothy Bish
f56ea45e58
https://issues.apache.org/jira/browse/AMQ-5684
...
Adds a new test case to use when investigating AmqpNetLite test failures
with the 'JMS' transformer used on the AMQP TransportConnector.
2015-03-27 17:31:46 -04:00
Timothy Bish
05ff52dc15
https://issues.apache.org/jira/browse/AMQ-5413
...
https://issues.apache.org/jira/browse/AMQ-5433
https://issues.apache.org/jira/browse/AMQ-5647
https://issues.apache.org/jira/browse/AMQ-5684
Adds support for AMQP drain and fixes some issues around incorrect
dispatching and credit handling. Should resolve several issues that
have been seen using test suites from AmqpNetLite and other AMQP
clients.
2015-03-27 15:11:38 -04:00
Dejan Bosanac
b585650197
https://issues.apache.org/jira/browse/AMQ-5558 - deprecate old ant-based examples
2015-03-25 10:58:06 +01:00
Timothy Bish
3306467a64
https://issues.apache.org/jira/browse/AMQ-5591
...
Refactoring of the AMQP protocol stack to allow for more flexibility in
adding support for some additional AMQP semantics and group together
common functionality handling to avoid having to fix simillar issues in
multiple places.
2015-03-24 18:09:28 -04:00
Timothy Bish
e33b3f5939
https://issues.apache.org/jira/browse/AMQ-5686
...
Call into the delegate for asyncAddTopicMessage to avoid a stack
overflow.
2015-03-24 16:07:07 -04:00
Timothy Bish
cdb60d74b8
https://issues.apache.org/jira/browse/AMQ-5606
...
Clean up Joram test classes and enable all tests now using new client.
2015-03-24 13:29:24 -04:00
Timothy Bish
197dcb162e
https://issues.apache.org/jira/browse/AMQ-5606
...
Enable test for temporary topic creation now as the new client supports
these using JMS mapping defined creation methods.
2015-03-24 13:17:55 -04:00
Dejan Bosanac
ebb3df7681
https://issues.apache.org/jira/browse/AMQ-5558 - support durable consumers and ack modes for consumers
2015-03-24 13:18:10 +01:00
Timothy Bish
3051882f92
https://issues.apache.org/jira/browse/AMQ-5606
...
Switch to the new QPid JMS client v0.1.0
2015-03-23 12:15:49 -04:00
Dejan Bosanac
df3ff9c65e
https://issues.apache.org/jira/browse/AMQ-5558 - some more options for producer/consumer tools
2015-03-23 14:46:35 +01:00