Skip to Content
0
Former Member
Jan 16, 2008 at 09:43 AM

JDBC Sender with two different usernames

17 Views

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