What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello:

U01JBB8LNTE
U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet

Hello: https://documentation.spryker.com/docs/cms-feature-integration-guide#4--configure-export-to-redis-and-elasticsearch

has the function in Pyz\Client\RabbitMq\RabbitMqConfig

changed from getQueueOptions -> getQueueConfiguration ?

So far the installation seems to have taken care of most of the new functions but getQueueOptions is missing…

Comments

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet

    The example doesn’t have a declared variable for $queueOptionCollection so I’m assuming I’m adding this block to a declared function, but the function is not declared either

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet

    there is a getQueueOptions in the base code, with a protected var

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet

    so do I just access the parent protected variable?