Skip to content

SQS and fallback subscription consumer #625

Closed
@deguif

Description

@deguif

Setting receive-timeout when launching consume command does not work anymore for SQS consumer.

The SqsContext::createSubscriptionConsumer() method throws a SubscriptionConsumerNotSupportedException exception which leads to the FallbackSubscriptionConsumer::consume() method being called, and receiveNoWait() is called on the SqsConsumer

This make the AWS bill very high.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions