|
|
producer:
|
|
|
|
|
|
- address: ${rabbit_common}
|
|
|
username: ${rabbit_common_user}
|
|
|
password: ${rabbit_common_password}
|
|
|
producers:
|
|
|
- bean: browseProducer #only once named in classpath
|
|
|
|
|
|
- address: ${rabbit_common}
|
|
|
username: ${rabbit_common_user}
|
|
|
password: ${rabbit_common_password}
|
|
|
producers:
|
|
|
- bean: yhProducer |
|
|
\ No newline at end of file |
|
|
# - 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 |
...
|
...
|
|