Hi,
I have one strange, not common or very often request, to create one JDBC sender channel that loads data from same IP, same SID, same DB, but with two different user names. This is needed because customer has some logic, that depends on user name that access data through JDBC. So my question is what is the best way to do that. I'm thinking on 2 solutions:
1. to have two Message Interfaces, which are exactly the same, but have different names
2. to have two Business Systems
After that I would have two com.channels with different user names, and in Scenarios, practically every object doubled.
Is there any better solution?
thx
mario