Rabbit Consumer
Consume Messages from Queue
#[RabbitConsumer(
endpointId: 'orders_consumer',
queueName: 'orders'
)]
public function handle(string $payload): void
{
// handle
}Automatic Conversion
Instant Retry
Error Channel
Final Failure Strategy
Deduplication
Last updated
Was this helpful?