multithreading - Olingo JMS integration Synchronous / asynchronous -
i looking solution integrating apache oilngo jms. requirement have client construct http structure , send on socket connection (synchronous) - if http response take more specified time period (e.g. 15 minutes), request gets forwarded asynchronous behavior thread waiting on socket response. once response arrives, original sender gets notified (callback structure) tia.
olingo v2 not have these capabilities. in olingo v4 there asynchronous support available. unfortunately there no documentation on olingo website this. suggest @ technical service olingo uses test features: https://github.com/apache/olingo-odata4/blob/master/lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/processor/technicalentityprocessor.java#l148
the technicalentityprocessor in tecsvc module can respond asynchronously. specification part of can found here: http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_toc406398358
also questions can asked on olingo mailing list: user@olingo.apache.org
Comments
Post a Comment