Skip to content

Commit

Permalink
修改MCH_REFUND_NOTIFY_QUEUE_NAME 为 mch.refund.notify.queue
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyz committed Apr 20, 2018
1 parent 6631dab commit 01b9e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MqConfig {

public static final String REFUND_NOTIFY_QUEUE_NAME = "refund.notify.queue";

public static final String MCH_REFUND_NOTIFY_QUEUE_NAME ="mch_refund_notify_queue";
public static final String MCH_REFUND_NOTIFY_QUEUE_NAME ="mch.refund.notify.queue";

@Bean
@Profile(MqConfig.Impl.ACTIVE_MQ)
Expand Down

0 comments on commit 01b9e56

Please sign in to comment.