ActiveMQInputStream should allow to specify a timeout like
MessageConsumer.receive() does
-----------------------------------------------------------------------------------------
Key: AMQ-3010
URL: https://issues.apache.org/activemq/browse/AMQ-3010
Project: ActiveMQ
Issue Type: New Feature
Components: Broker
Reporter: Norman Maurer
When using ActiveMQInputStream you are not able todo some kind of polling
consuming. As soon as you call ActiveMQInputStream.read() it will block until
it receive a message. So it could block forever. Sometime it would be usefull
to allow some kind of polling even when using a stream.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.