You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2007/02/19 16:03:05 UTC

[jira] Created: (QPID-381) java subscriber example: wrong session type

java subscriber example: wrong session type  
---------------------------------------------

                 Key: QPID-381
                 URL: https://issues.apache.org/jira/browse/QPID-381
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Arnaud Simon
            Priority: Minor


Class org.apache.qpid.example.subscriber.Subscriber line 127. 
The session should not be transacted but Client acknowledged as the message listener acknowledges all received messages (see line 100).  Another solution would be that the message listener commits the session upon receiving a message. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-381) java subscriber example: wrong session type

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack resolved QPID-381.
-----------------------------------

    Resolution: Fixed

Amended constructor to make non-transactional and using client ack mode.

> java subscriber example: wrong session type  
> ---------------------------------------------
>
>                 Key: QPID-381
>                 URL: https://issues.apache.org/jira/browse/QPID-381
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Arnaud Simon
>         Assigned To: Marnie McCormack
>            Priority: Minor
>
> Class org.apache.qpid.example.subscriber.Subscriber line 127. 
> The session should not be transacted but Client acknowledged as the message listener acknowledges all received messages (see line 100).  Another solution would be that the message listener commits the session upon receiving a message. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-381) java subscriber example: wrong session type

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack reassigned QPID-381:
-------------------------------------

    Assignee: Marnie McCormack

> java subscriber example: wrong session type  
> ---------------------------------------------
>
>                 Key: QPID-381
>                 URL: https://issues.apache.org/jira/browse/QPID-381
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Arnaud Simon
>         Assigned To: Marnie McCormack
>            Priority: Minor
>
> Class org.apache.qpid.example.subscriber.Subscriber line 127. 
> The session should not be transacted but Client acknowledged as the message listener acknowledges all received messages (see line 100).  Another solution would be that the message listener commits the session upon receiving a message. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.