Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages do not get audited with outbox enabled #2627

Closed
agiudici opened this issue Jan 13, 2015 · 0 comments
Closed

Messages do not get audited with outbox enabled #2627

agiudici opened this issue Jan 13, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@agiudici
Copy link

Symptoms

The messages do not get audited.

Who's affected

Anyone using the Outbox feature.

Original issue

We are using RabbitMQ transport and the Outbox feature, but when outbox is enabled we stop receiving messages in the audit queue.

Our config is:
configuration.UseTransport();
configuration.EnableOutbox();
configuration.UsePersistence()
.For(Storage.Outbox, Storage.Sagas, Storage.Timeouts, Storage.Subscriptions, Storage.GatewayDeduplication);

When me comment out the line that enable the outbox, the audit messages start again.

Is there any other configuration that we should set?

@agiudici agiudici changed the title Auditing and with Outbox enabled Auditing with Outbox enabled Jan 13, 2015
johnsimons pushed a commit that referenced this issue Jan 14, 2015
@johnsimons johnsimons added this to the 5.1.3 milestone Jan 14, 2015
@johnsimons johnsimons self-assigned this Jan 14, 2015
johnsimons pushed a commit that referenced this issue Jan 15, 2015
@SzymonPobiega SzymonPobiega changed the title Auditing with Outbox enabled Messages do not get audited with outbox enabled Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants