cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC communication stopped if problem with one single JDBC interface

Former Member
0 Kudos

Hello,

Can you please explain this phrase

"JDBC communication stopped if problem with one single JDBC interface"

THanks,

Soorya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are having a problem with a JDBC interface (lets consider this to be a communication channel) then the communication is stopped (via that channel) (only in the case of EOIO).

Hope this clarifies.

Cheers,

Sarath

Award if helpful.

Former Member
0 Kudos

Hello,

Can you please explain the reason behind that reply?

What happens in EOIO case which is not happens in other QoS?

Thanks,

Soorya.

prateek
Active Contributor
0 Kudos

In EOIO, it is made mandatory not to deliver other messages untill the earlier messages are sent. The receiver should receive the message in same order in which it is sent from sender.

For other QOS, this is not mandatory and any message can reach to receiver in any order.

Regards,

Prateek