Esempio n. 1
0
        public void Sync_Process_With_Unknown_Queue()
        {
            var person = Person.CreateTestPerson();

            m_Bus.SyncProcess("unknown", person);
        }
Esempio n. 2
0
 public void Send <T>(string queueName, T body, string label = null, int priority = 0)
 {
     m_Decorated.SyncProcess(queueName, body, label, priority);
 }