cancel
Showing results for 
Search instead for 
Did you mean: 

Async-sync without BPM (with a small twist - disposing of response)

Former Member
0 Kudos

Hello.

I have already read the many guides and discussion on this subject - but I got into a small problem.

I want to implement this scenario: FILE (ASYNC) -> PI -> JDBC (SYNC)

when I use the receiverChannel and receiverService parameters of ResponseOneway everything works OK.

but in my case - I have no use for the sync response and I would like to do nothing with it.

can this be done? Is there a definition I can put there that will be a "null" channel?

Any help will be appreciated

Thanks,

Imanuel Rahamim.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks!

I just removed the RequestResponse and ResponseOneway out of the way - and it became a regular async request.

I thought that in that case I'll have the sync response with an error - but the PI doesn't keep it - so everything is fine.

Full points (:

Answers (0)