Are you referring to the entries at the top of a jboss-esb.xml?
The value I almost saw in it was that I could easily change from JMS to
FTP or vice versa by simply changing the top of the file. However, you
still have to find all the references to the busid in the various
listener sections and update them as well.
Bill Burke wrote:
I would like to remove the bus/provider requirement that
listeners/gateways have.
The move is basically around cutting the amount of syntax sugar that
is required when writing a gateway or a listener. My bet is that in a
majority of cases, the provider/bus syntax/metadata is not reusable.
Why require the extra metadata?
This is even more so when plugging in JCA since JCA in/out is
configured separately, or in the case of JMS, might not even have an
outbound configuration.
Bill