This is an automated email from the ASF dual-hosted git repository.

rouazana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from d8a4a8c  JAMES-2110 Reduce ImapRequestLineReader::consumeLiteral 
buffer size
     new 0bf4e83  JAMES-2813 use rabbitmq 3.8 docker image  in tests
     new 0f7d0b0  JAMES-2813 add single active consumer constants
     new 1e9f23b  JAMES-2813 expose singe active consumer information in 
management API
     new 93496e1  JAMES-2813 add test to demonstrate the use of single active 
consumer with rabbitmq 3.8
     new 8ef3cab  JAMES-2813 replace exclusive consumer usage with a queue with 
single active consumer
     new 02b5848  JAMES-2813 use concatMap instead on flatmap to queue message 
only in the workqueue, not in the worker
     new 1e5a8dd  JAMES-2813 add test to demonstrate resilience with single 
active consumer

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/james/backends/rabbitmq/Constants.java  |   6 +
 .../backends/rabbitmq/RabbitMQManagementAPI.java   |  90 ++++++++++-
 .../james/backends/rabbitmq/RabbitMQTest.java      | 149 +++++++++++++++++-
 .../distributed/RabbitMQExclusiveConsumer.java     | 174 ---------------------
 .../distributed/RabbitMQWorkQueue.java             |  15 +-
 .../distributed/DistributedTaskManagerTest.java    |  39 +++++
 .../distributed/RabbitMQWorkQueueTest.java         |  39 +++--
 .../apache/james/task/SerialTaskManagerWorker.java |  57 ++-----
 .../java/org/apache/james/util/docker/Images.java  |   2 +-
 9 files changed, 324 insertions(+), 247 deletions(-)
 delete mode 100644 
server/task/task-distributed/src/main/java/org/apache/james/task/eventsourcing/distributed/RabbitMQExclusiveConsumer.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to