You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Solace Masterclass for demonstrating FE consumer (#371)
* Updated masterclass Retail Domain for supporting config push and C-EMA
* Implement review comments
* Implement review comments
* Updated masterclass codelab for Banking domain implementation using C-EMA on public trial accounts.
* Updated masterclass codelab for Banking domain implementation using C-EMA on public trial accounts.
* Updated masterclass codelab for demonstrating FE consumer in the Retail domain sample.
---------
Co-authored-by: HariRangarajan-Solace <[email protected]>
Co-authored-by: Tamimi Ahmad <[email protected]>
> aside negative If you need any assistance in this, please feel free to reach out to the Solace instructors nearby.
455
-
456
-
* Open the file: **com.solace.acme.store.orderservice.service.SolaceEventPublisher.java** and make the below updates to
457
-
the file :
458
-
* In the method **connectToBroker**, add in the code snippet before the return statement :
459
-
```Java
460
-
final PersistentMessageReceiver orderUpdatesEventReceiver = messagingService.createPersistentMessageReceiverBuilder().build(Queue.durableExclusiveQueue(configProperties.getOrderUpdatesQueueName()));
0 commit comments