[ 
https://issues.apache.org/activemq/browse/AMQ-952?page=comments#action_37226 ] 
            
james strachan commented on AMQ-952:
------------------------------------

I've added API  access to the various consumer related configuration options; 
so you can now do things like

ISession session = ...
session.Retroactive = true
session.CreateConsumer()... 

etc

Also you should be able to use the URI syntax currently...

new ActiveMQQueue("Foo.BAR?consumer.retroactive=true") etc



> .Net Client ConnectionFactory requires additional configurable attributes
> -------------------------------------------------------------------------
>
>                 Key: AMQ-952
>                 URL: https://issues.apache.org/activemq/browse/AMQ-952
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: NMS (C# client)
>            Reporter: Rob Lugt
>            Priority: Minor
>
> The Java Client has a rich set of configuration options, which should also be 
> available on the .Net client.
> As a mimimum I believe we need:-
> closeTimeout
> retroactiveConsumer
> Is it also worth considering a connectTimeout property - or should this be 
> transport specific?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to