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
Timothy Bish
85d9d4e941
https://issues.apache.org/jira/browse/AMQ-5666
...
Test that a receiver can also create temporary destinations when it has
a Source configured as dynamic, also test that link close destroys the
temporary destinations.
2015-03-19 10:40:46 -04:00
Timothy Bish
8e6a404d5e
https://issues.apache.org/jira/browse/AMQ-5666
...
Create some tests that exercise creating temp destinations using sender
links with dynamic targets
2015-03-18 18:12:02 -04:00
Timothy Bish
4228e3d3e8
https://issues.apache.org/jira/browse/AMQ-5666
...
Tests around durable subscription lookup and reattach.
2015-03-18 15:00:11 -04:00
Dejan Bosanac
20832f1f1b
https://issues.apache.org/jira/browse/AMQ-5674 - initialRedeliveryDelay not respected
2015-03-18 17:07:59 +01:00
Timothy Bish
ca456c4601
https://issues.apache.org/jira/browse/AMQ-5559
...
Fix and tests for filter handling on attach. We only support JMS
selector and NoLocal type filters for receivers so only report those
back, all others are dropped to indicate we will not honor them.
2015-03-17 18:44:24 -04:00
Timothy Bish
1a0f73ed19
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some tests and cleanup of the testing client
2015-03-17 15:28:48 -04:00
Timothy Bish
934ad44add
https://issues.apache.org/jira/browse/AMQ-5666
...
Add some initial tests for durable subscription handling.
2015-03-16 17:51:45 -04:00
Claus Ibsen
559f52a2aa
Upgrade year to 2015
2015-03-15 11:34:04 +01:00
Timothy Bish
6a6ef45ee0
https://issues.apache.org/jira/browse/AMQ-5661
...
Always honor the link credit as true prefetch value for the
subscription. Enables previously failing test to verify.
2015-03-13 18:20:26 -04:00
Timothy Bish
72839b78a7
https://issues.apache.org/jira/browse/AMQ-5602
...
Functional client with added tests to start to cover various
expectations of an AMQP broker and some tests for expectations of a JMS
mapping compliant broker.
2015-03-13 15:47:30 -04:00