On 08/16/2016 09:28 AM, Artem wrote:
So, i think

   /**
     * Set the local error condition
     * @param condition
     */
  public void setCondition(ErrorCondition condition);

    /**
     * @return the remote endpoint error, or null if there is none
     */
    public ErrorCondition getRemoteCondition();

that Proton-J can`t set Remote ErrorCondition.  It`s can only get Remote
Condition.  Method setCondition set only local  condition (at the server),
but no at the client.

The local condition set at the server will be the remote condition at the client. When the client gets the remote condition, it is getting the server's local condition.

-Ted


What do you think about it?

Thanks



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Exceptions-at-AMQP-protocol-tp7649275p7649285.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to