...
|
...
|
@@ -4,12 +4,11 @@ producer: |
|
|
password: ${rabbit_order_password}
|
|
|
producers:
|
|
|
- bean: tradeMqProducer
|
|
|
trace: true
|
|
|
persistent: true
|
|
|
confirmcallback: orderMessageConfirmCallback
|
|
|
|
|
|
# - address: ${rabbit_common}
|
|
|
# username: ${rabbit_common_user}
|
|
|
# password: ${rabbit_common_password}
|
|
|
# producers:
|
|
|
# - bean: browseProducer #only once named in classpath |
|
|
\ No newline at end of file |
|
|
- address: ${rabbit_common}
|
|
|
username: ${rabbit_common_user}
|
|
|
password: ${rabbit_common_password}
|
|
|
producers:
|
|
|
- bean: yhProducer |
|
|
\ No newline at end of file |
...
|
...
|
|