Maksim Smolovsky
Results
2
comments of
Maksim Smolovsky
Has anyone solved this problem?
`if channel.consumer != nil && channel.consumer.Name == consumer.Name && channel.consumer.Queue ==consumer.Queue` -> return errConsumerAlreadyExists It seems that such an expression will be correct only if the name and the queue...