Exemple #1
0
 public Topic(string topic, bool doRetroactiveConsumer) : this(topic, JChannel.defaultBroker(), doRetroactiveConsumer)
 {
 }
Exemple #2
0
 public Queue(string name) : this(name, JChannel.defaultBroker())
 {
 }