cancel
Showing results for 
Search instead for 
Did you mean: 

java proxy message still awaiting

Former Member
0 Kudos

Hello!

I have a problem with my java proxy interface.

I work with IDOC->XI->Jpr scenario and my Java pr. send a message to http server via http protocol.

When I restart http server and some messages transit in XI integration server, in my XML monitor i find that xml message status is Ok but ack status is "still awaiting ack".

In my http server no message arrived. I cannot restart messages. (I obtain delivery of messages only if I restart xi J2EE).

What's appened????

How can I restart jpr queue and messages???

Thanks

Alessandro

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Just adding to what Udo has told.

Turn off the IDOC Acknowledgements in XI.Go to the table <b>IDXNOALE in se11 in XI</b> and make entries to turn off acknowlegements.

Regards,

Bhavesh

Former Member
0 Kudos

maybe I have not explained correctly:

1- i WANT acknowlegements and i cannot turn off.

I use java proxy just for have ack.

2- the problem is not in acks.Are The messages that don't arrive in destination (http server).

All message are stored in a kind of proxy queue, but i don't understand how restart messages without restart j2ee.

I hope that I explain clear now....

Ale

udo_martens
Active Contributor
0 Kudos

Hi Alessandro,

<i>"I hope that I explain clear now...."</i> no, sorry

Acknowledgements are small messages which can give back the status for asynchronous messages.

You explained a scenario IDoc->XI->Java Proxy. In this scenario the Java Proxy should send back an acknowledgement, which has to be routed to an ALEAUD IDoc. It gives an information, about reaching the java application and the success of the original message.

If your Java application is sending a message to a HTTP server is that completely outside of XI. I dont know, of course, in what "kind of proxy queue" that messages stuck.

Regards,

Udo

stefan_grube
Active Contributor
0 Kudos

What status do the messages have in message monitor of adapter framework? Is it possible to restart the messages from there?

Regards

Stefan

Former Member
0 Kudos

in message monitoring (adapter engine) i find the messages in status "To Be Delivered".

Yes, it's possible restart these messages from there, but nothing appened.

I'm not sure but it's like the comunication session http, beetween Java Proxy and Http server shot down and don't restart alone...

udo_martens
Active Contributor
0 Kudos

Hi Alessandro,

dont care, everything is ok. The IDoc may have an acknowledgement or not. Your decision of design. If your Java application does not send the acknowledgement you will get the status "still awaiting ack.".

Regards,

Udo