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
Hello, with the following configuration inside my JEE app we jump into infinitive loop after emitting even one event with EventOne class.
This is due the binding the the same class for an exchange and for a queue.
I do not have a good solution of the top of my head at the moment. The is no way to distinguish between incoming and outgoing events when having the same Type for both directions. Any idea to solve this problem and enhance the implementation are appreciated. 😊
Hello, with the following configuration inside my JEE app we jump into infinitive loop after emitting even one event with EventOne class.
This is due the binding the the same class for an exchange and for a queue.
Simple solution is to create a copy of EventOne class properties into class with different name and bind it to the queue.
But this leads to code duplication for every event type, DRY principle violated.
Can You suggest any solution for that?
Many thanks for Your help!
The text was updated successfully, but these errors were encountered: