I read this article to push rabbit mq messages from web form application.
Is it correct to push objects directly from web form aspx cs class i.e. calling producer.SendMessage(...) from button_click event OR this should be part of business logic?
Which layer this code should be called from? How to decide this?