[ 
https://issues.apache.org/jira/browse/DISPATCH-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858509#comment-15858509
 ] 

ASF subversion and git services commented on DISPATCH-195:
----------------------------------------------------------

Commit f54c42f51d64178729c7239497ee4122a5e67dda in qpid-dispatch's branch 
refs/heads/master from [~gsim]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=f54c42f ]

DISPATCH-195: initial support for link routed transactional requests

* The special 'coordinator' target is recognised and routed as pseudo-address 
$coordinator.
* Non-core delivery-states are now propagated both on transfer and disposition 
(i.e. 'declared'
  and 'transaction-state' for transaction use case).


> Router does not support transactional messages
> ----------------------------------------------
>
>                 Key: DISPATCH-195
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-195
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Routing Engine
>    Affects Versions: 0.5
>         Environment: Linux
>            Reporter: linuxta
>
> The proton example fails with a router error:
> https://github.com/apache/qpid-proton/blob/master/examples/python/tx_send.py#L41
> #41  self.container.declare_transaction(self.conn, handler=self)
> When the client declares a transaction at start, proton library sends out a 
> control message that gets rejected by the router. This happens before the 
> client sends out any regular message within the transaction.
> Error Messages from router:
> ERROR (error) Invalid message: Invalid body value
> ERROR (error) Invalid message: Invalid body value
> MESSAGE (trace) Sending Message{} on link txn-ctrl  
> The message format in the body of the control message is not accepted by the 
> router.   The body has a structure:
> body=Described(symbol(u'amqp:declare:list'), [None])
> Apparently, transactionall messages are not supported by the router.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to