Commit d92f5a82 by pengjinyang

提交

parent 6509a4b2
......@@ -20,7 +20,7 @@ namespace TakeStock.Subscriber
{
Init();
//111.230.164.154 owms-rabbitmq
var connStr = "host=owms-rabbitmq:5672;username=wms;password=bailun;prefetchcount=2;publisherConfirms=true;timeout=10";
var connStr = "host=owms-rabbitmq:5672;username=bailun;password=1234abcd;prefetchcount=2;publisherConfirms=true;timeout=10";
var bus = RabbitHutch.CreateBus(connStr);
bus.SubscribeAsync<CreateTakeStockMessage>("Create", async message => await Exec(message)
.ContinueWith(task =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment