cancel
Showing results for 
Search instead for 
Did you mean: 

BPM async send/receive data

Former Member
0 Kudos

I have async jdbc receiver. Is it possibe to receive the response from this system without coding stored procedure? Will jdbc adapter send response? Do i need rceiver determination? Or i need use only synch channell?

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Denis,

>Is it possibe to receive the response from this system without coding stored procedure?

No, an asynchron sceanrio has no response.

>Will jdbc adapter send response?

No, same reason.

>Do i need rceiver determination?

Yes, you need that for every message.

>Or i need use only synch channell?

Only interfaces are synchron or asynchron. Of course you need a communication channel.

Regards,

Udo

Answers (0)