Skip to content

feat: added additional basicConsumer methods#31

Merged
DamirDenis-Tudor merged 3 commits intomainfrom
30-feature-suggestion-expose-message-headers-and-properties-in-basicconsume-api
May 29, 2025
Merged

feat: added additional basicConsumer methods#31
DamirDenis-Tudor merged 3 commits intomainfrom
30-feature-suggestion-expose-message-headers-and-properties-in-basicconsume-api

Conversation

@DamirDenis-Tudor
Copy link
Owner

@DamirDenis-Tudor DamirDenis-Tudor commented May 29, 2025

  • introduced new deliverCallback and deliverFailureCallback methods to the BasicConsume API, providing enhanced capabilities for handling message delivery and failure scenarios with improved type safety and access to message metadata.
  • the previous versions of these methods have been marked as deprecated to encourage migration towards the new, more robust callback implementations, while maintaining backward compatibility for existing users.

@DamirDenis-Tudor DamirDenis-Tudor force-pushed the 30-feature-suggestion-expose-message-headers-and-properties-in-basicconsume-api branch from 4766132 to 6ab593b Compare May 29, 2025 19:05
@DamirDenis-Tudor DamirDenis-Tudor merged commit a0ceb76 into main May 29, 2025
1 check passed
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.

Feature Suggestion: Expose message headers and properties in basicConsume API

1 participant