<span class="comment-copy">Hi,<br><br>I encapsulated the send and receive codes 
into a class I created in different apps(.cs files). I created a constructor for each class at these two apps and put the declaration for factory,
 connection, and channel in this constructor so that the object that 
will be created out of classes from app1 and app2 will exploit the connection when declaring queues, exchanges, etc in the respective publish and subscribe methods. 
However, when I try to use factory, connection and channel in the 
subscribe and publish methods, I got an error saying it doesn&#39;t know 
those attributes. How can you make connection, hostname etc public to 
the class so that methods in the class exploit this declaration?<br><br>Regards,<br>Demi<br></span>