var factory = new ConnectionFactory(){
HostName = "localhost",
UserName = "blah",
Password = "blah",
RequestedConnectionTimeout = 3000,
AutomaticRecoveryEnabled = false,
UseBackgroundThreadsForIO = false,
ContinutationTimeout = Timespan.FromSeconds(3),
HandshakeContinutationTimeout = Timespan.FromSeconds(3),
SocketReadTimeout = 3000,
SocketWriteTimeout = 3000
};
var connection = factory.CreateConnection();--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.