python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't publish RabbitMQ message to queue with own name
I would like to publish a rabbitMQ message to a queue with this name: "vincent.test.rabbitMq". Im trying to do that with the Symfony-messenger.
This is my Message:
class TestMessage
{
pr...
Grontourismo
Votes: 0
Answers: 1
disable transport fallback when sending emails
I have two transports, one for general emails and the other for noreply emails because of huge number
mailer.yml:
framework:
mailer:
transports:
main: '%env(MAILER_DSN)%'
...
pop_up
Votes: 0
Answers: 1
AMQPS Symfony Messenger and Heroku
I’m using CloudAMQP though Heroku’s add-on (https://elements.heroku.com/addons/cloudamqp) with the « Little Lemur » plan.
I’m building a PHP Symfony application and I want to connect to AMQP through S...
Maxime Picard
Votes: 0
Answers: 1
Message not dispatched async despite configuring the handler route to be async in Symfony Messenger
I'm working with Symfony 4.4 and Symfony Messenger
Messenger configuration includes a transport and routing:
messenger:
failure_transport: failed
transports:
async_medium:
...
Florin Popescu
Votes: 0
Answers: 1