Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dodać konfiguracje kolejki w MySQL MQ #78

Open
sportmma opened this issue Sep 8, 2020 · 2 comments
Open

Dodać konfiguracje kolejki w MySQL MQ #78

sportmma opened this issue Sep 8, 2020 · 2 comments

Comments

@sportmma
Copy link

sportmma commented Sep 8, 2020

Czy mógłby ktoś pomuć mi w konfiguracji kolejki na Debian 10 przez Composer?
Niewiem jak dokładnie wklejić w plik :
Konfiguracja MYSQL MQ
konfiguracja w pliku config.php

[ // ... 'Magento_Amqp' => 0, // important disable rabbitmq 'Magento_MysqlMq' => 1, // ... ] konfiguracja kolejki w pliku env.php 'queue' => [ 'topics' => [ 'allegro.change.stock.db' => [ 'schema' => [ 'schema_value' => 'Macopedia\Allegro\Api\Consumer\MessageInterface' ], 'response_schema' => [ 'schema_value' => 'Macopedia\Allegro\Api\Consumer\MessageInterface' ], 'publisher' => 'allegro.change.stock.db', ], ], 'publishers' => [ 'allegro.change.stock.db' => [ 'name' => 'allegro.change.stock.db', ] ], 'consumers' => [ 'allegro.change.stock.db' => [ 'queue' => 'allegro.api', // `name` from db table `queue` 'name' => 'allegro.change.stock.db', 'handlers' => [ [ 'type' => 'Macopedia\Allegro\Model\Consumer', 'method' => 'processMessage' ] ], 'consumerInstance' => 'Magento\Framework\MessageQueue\Consumer', 'instance_type' => 'Magento\Framework\MessageQueue\Consumer', 'connection' => 'db', 'maxMessages' => 2000, 'max_messages' => 2000 ] ], 'exchange_topic_to_queues_map' => [ 'allegro.change.stock.db--allegro.change.stock.db' => [ 'allegro.api' // `name` from db table `queue` ] ] ], Gdy wklejiłem dane po mojemu, to aukcje z allegro nie aktualizują sie wraz ze zmianą stanu magazynowego lub wyłączeniem produktu.
@sportmma
Copy link
Author

sportmma commented Sep 8, 2020

Wersja magento to 2.4

@cieslix
Copy link
Collaborator

cieslix commented Oct 22, 2020

@sportmma musimy przetestować czy w wersji 2.4.x kolejki MSSQL nadal działają, w najbliższym czasie planujemy aktualizację takiego klienta, także dam znać.

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

No branches or pull requests

2 participants