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

fix issues#667 #671

Closed
wants to merge 1 commit into from
Closed

fix issues#667 #671

wants to merge 1 commit into from

Conversation

liudichen
Copy link

Attempt to fix issue # 667:

At present, the queue name attribute corresponds to the queue attribute in Message HandlerOptions, while it corresponds to the name in RabbitMQQueueConfig. There is also an issue of inconsistent queueOptions and options attribute names.

This can cause RabbitMQ to create many anonymous queues (unable to consume and automatically delete) due to no queue in RabbitMQQueueConfig, or channel initialization errors due to different configurations of the same queue at different locations due to the lack of queueOptions.

@underfisk
Copy link
Contributor

@liudichen Thank you for the contribution! Would you be able to develop some test coverage to assert that this functionality works as intended?

ttshivers added a commit to ttshivers/nestjs that referenced this pull request Jan 15, 2024
This is an attempt to fix the issue where this library doesn't pass the right arguments to
setupQueue in setupQueuesWithBindings. In addition, this removes the duplicate setup that
setupQueuesWithBindings was doing that setupQueue alredy does.

re golevelup#671
@underfisk
Copy link
Contributor

@ttshivers Is this still applicable or shall i close it?

@ttshivers
Copy link
Contributor

This shouldn't be needed anymore since my fix merged at #676

@underfisk underfisk closed this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants