Re: Artemis - audit logging and anonymous user

2020-04-26 Thread brusdev
Hi Steve, the AuditLogger is often called in a context without a `Subject`[1] so it can't log the right username. To avoid this issue the username could be passed explicitly as suggested by Howard. Each AuditLogger entry has 2 methods and adding the `user` parameter to the static one would allow

Active MQ DLQ messages with a dlqDeliveryFailureCause cause that is null

2020-04-26 Thread nomit babraa
Hi I'm using the Camel Transactional Client EIP with *all* delivery configured in AMQ. When I use a transacted JMS client, camel propagates non handled exceptions back to the Broker. After max redeliveries the message is sent to the AMQ configured DLQ, as expected. I've noticed that my DLQ