You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2006/10/18 14:35:16 UTC

[jira] Commented: (AMQ-952) .Net Client ConnectionFactory requires additional configurable attributes

    [ 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