Hi,

I looked at "echo_non_blocking_dual.c". It is a client implementation to
call the service. I was looking for server side. Ill try to explain the
scenario....

When the echo service gets called following function gets called on server
side : axis2_echo_echo. In this function the node "axiom_node_t *ret_node"
is returned. What I really want to do is that I want to modify
axis2_echo_echo to send the text message (with additional header info) to
another server (lets call this server SERVER-A) using activeMQ and then go
and service next echo request from client and forget about this one for now.

Meanwhile I'll spawn another thread  (in my application) to read responses
from SERVER-A asynchronously (via activeMQ). Since responses would be out
of order ill identify them based on headerinfo and ill know where this
response needs to be sent to. I want to then send this to correct client.

Please let me know if this is possible.


On Tue, Feb 19, 2013 at 4:47 AM, Stadelmann Josef <
josef.stadelm...@axa-winterthur.ch> wrote:

> seek this file in your axis2/c kit "echo_non_blocking_dual.c"****
>
> not under samples but user guide clients … J****
>
> ** **
>
> And Axis2/C is at version 1.6.0, and the trunk sources have entries from
> January 2013, so there is work going on.****
>
> i.e.
> http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk/src/core/transport/httpis
>  brand new.
> ****
>
> ** **
>
> Josef****
>
> ** **
>
> *Von:* zack Hasit [mailto:zackha...@gmail.com]
> *Gesendet:* Dienstag, 19. Februar 2013 02:45
> *An:* c-user@axis.apache.org
> *Betreff:* Axis 2C embedded server****
>
> ** **
>
> ** **
>
> Hi, I am planning to use Axis 2C. Could someone please help answer this.**
> **
>
> 1. Is the standalone http server (simple http server) good for production
> situation? I ask because it maybe for for testing purposes only. Any
> performance concerns with it ?****
>
> 2. Is Axis being maintained actively ? I ask because there hasn't been a
> new release since 2009 ?****
>
> 3. I need to break request and response in two separate functions. Is that
> possible. In samples I see echo implementation where one method implements
> service and returns the node to send response. I don't want to send
> response on return but at a later time after I do do some other processing
> aynchronously. Is there any sample for that ?****
>
> Please let me know if there is another place to ask this.****
>
> ** **
>
> Thanks****
>
> ** **
>

Reply via email to