[jboss-jira] [JBoss JIRA] Commented: (JBAS-3957) Control the time waiting to get an connection
lepe (JIRA)
jira-events at jboss.com
Wed Dec 20 02:34:39 EST 2006
[ http://jira.jboss.com/jira/browse/JBAS-3957?page=comments#action_12349117 ]
lepe commented on JBAS-3957:
----------------------------
Yes, the problem is in JBossMQ, but since it has reached end-of-life the idea was to log this as a feature request for the new JBoss Messaging.
regards,
/L
> Control the time waiting to get an connection
> ------------------------------------------------
>
> Key: JBAS-3957
> URL: http://jira.jboss.com/jira/browse/JBAS-3957
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Poyan
> Assigned To: Ovidiu Feodorov
> Priority: Optional
> Attachments: server.log
>
>
> Using the SpyConnectionFactory to get to JMS queues.
> This is done because of various firewall issues.
> We have a list of ports that we try to connect to. When a firewall is in between the client and the JBoss server the timeout is extremely long.
> Following small example show how the connection is made:
> Properties properties = new Properties();
> properties.setProperty(UILServerILFactory.SERVER_IL_FACTORY_KEY,
> UILServerILFactory.SERVER_IL_FACTORY);
> properties.setProperty(UILServerILFactory.CLIENT_IL_SERVICE_KEY,
> UILServerILFactory.CLIENT_IL_SERVICE);
> properties.setProperty(UILServerILFactory.UIL_ADDRESS_KEY, thisIp); properties.setProperty(UILServerILFactory.UIL_PORT_KEY, thisPort);
> QueueConnectionFactory conFactory = new SpyConnectionFactory(properties);
> _myQConnection = conFactory.createQueueConnection();
> _testSession = _myQConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
> We whant to control the time it will wait for the "createQueueConnection" call.
> We want to control the time client are waiting to get a connection.
> We have try to set
> -Dorg.jboss.mq.il.uil2.retryCount=1
> form the client, but it still to long waiting,
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list