This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git.
from ccc5e48 JAMES-3265 Leverage default method to offer a conviant single message flag update new ea6e884 JAMES-3290 Mails failing to load should not be lost by dequeue new 74896fd JAMES-3138 Cassandra testing instrumentation should allow injecting empty results new b3ecc46 JAMES-3290 Prevent an infinite loop when RabbitMQMailQueue message references a blob that no longer exist. new b6d0467 JAMES-3291 Badly formatted mailqueue causes RabbitMQMailQueue to crash new fd57eb7 JAMES-3290 Prevent an infinite loop when RabbitMQMailQueue message is in an invalid format. new 9f0a943 JAMES-3290 Many invalid JSON should not abort dequeue new aa6ac0b JAMES-3265 RabbitMQ MailQueue should deadletter dropped messages 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/cassandra/Scenario.java | 11 ++ .../backends/cassandra/TestingSessionTest.java | 12 ++ .../org/apache/james/queue/rabbitmq/Dequeuer.java | 32 +++- .../org/apache/james/queue/rabbitmq/Enqueuer.java | 2 + .../apache/james/queue/rabbitmq/MailQueueName.java | 10 ++ .../queue/rabbitmq/RabbitMQMailQueueFactory.java | 13 ++ .../queue/rabbitmq/RabbitMQMailQueueTest.java | 189 +++++++++++++++++++++ 7 files changed, 261 insertions(+), 8 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org