[ https://issues.apache.org/jira/browse/QPID-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503880#comment-13503880 ]
Justin Ross commented on QPID-4455: ----------------------------------- http://svn.apache.org/viewvc?view=revision&revision=1412280 Patch reviewed by Rob. Approved for 0.20. > [AMQP 1.0 JMS Client] Queue browsers were not returning jms messages > -------------------------------------------------------------------- > > Key: QPID-4455 > URL: https://issues.apache.org/jira/browse/QPID-4455 > Project: Qpid > Issue Type: Bug > Components: Java Client > Reporter: Hiram Chirino > Assignee: Rob Godfrey > Fix For: 0.20, 0.21 > > Attachments: QPID-4455.patch > > > The following test case is failing: > MessageProducer p = session.createProducer(queue); > TextMessage message = session.createTextMessage(); > message.setText("hello"); > p.send(message); > QueueBrowser browser = session.createBrowser(queue); > Enumeration enumeration = browser.getEnumeration(); > while (enumeration.hasMoreElements()) { > Message m = (Message) enumeration.nextElement(); > assertTrue(m instanceof TextMessage); > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org