Skip to content

Conversation

makasim
Copy link
Member

@makasim makasim commented Jan 2, 2018

@makasim makasim added the bug label Jan 2, 2018
@makasim makasim merged commit aee5cb0 into master Jan 2, 2018
@makasim makasim deleted the fix-config-options branch January 2, 2018 16:45
@cedricmagne
Copy link

cedricmagne commented Jan 2, 2018

Same error.
Therefore if we change config node we need to change setting node in setting.xml
I suggest to change array keys in Enqueue/Enqueue/Helper/Data.php line 133

/**
 * @return array
 */
public function getRabbitMqAmqpConfig()
{
    return ['rabbitmq_amqp' => [
        'host' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/host'),
        'port' =>  (int) Mage::getStoreConfig('enqueue/rabbitmq_amqp/port'),
        'user' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/login'),
        'pass' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/password'),
        'vhost' => Mage::getStoreConfig('enqueue/rabbitmq_amqp/vhost'),
        'lazy' => (bool) Mage::getStoreConfig('enqueue/rabbitmq_amqp/lazy'),

    ]];
}

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[amqp-ext] Unrecognized options "login, password, delay_plugin_installed" under "enqueue.transport.rabbitmq_amqp
2 participants