[JBoss JIRA] Created: (JBMESSAGING-677) Control the time waiting to get an connection
by Poyan (JIRA)
Control the time waiting to get an connection
------------------------------------------------
Key: JBMESSAGING-677
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-677
Project: JBoss Messaging
Issue Type: Feature Request
Components: JMS Client Manager
Reporter: Poyan
Assigned To: Ovidiu Feodorov
Priority: Optional
Fix For: 1.2.0.Beta1
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
19 years, 7 months
[JBoss JIRA] Created: (JBESB-224) ESB aware listeners
by Mark Little (JIRA)
ESB aware listeners
-------------------
Key: JBESB-224
URL: http://jira.jboss.com/jira/browse/JBESB-224
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Reporter: Mark Little
Assigned To: Esteban Schifman
Fix For: 4.0 RC1
We'll leave the old approach to listeners/actionprocessors in place until everything has been converted to the new approach. Ideally we would like to have all old code removed by the RC, but we need a realistic staging to the approach. Therefore, we will take 3 implementations (JMS, file and SQL) and make sure they are converted for the RC and used by the trailblazer. If there is time, we'll look at all of the others too.
--
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
19 years, 7 months
[JBoss JIRA] Updated: (JBPORTAL-467) Login page needs to use the theme of the requested portal
by Julien Viet (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-467?page=all ]
Julien Viet updated JBPORTAL-467:
---------------------------------
Fix Version/s: (was: 2.6.Alpha1)
> Login page needs to use the theme of the requested portal
> ---------------------------------------------------------
>
> Key: JBPORTAL-467
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-467
> Project: JBoss Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Affects Versions: 2.2 Final
> Reporter: Martin Holzner
>
> The Login.jsp that the web.xml's form login points to is in the portal-server.war.
> A call to this jsp does not go through any of the stacks in the portal core, and hence there is no portal or page object available to determine the currently set property for the selected theme. As a result, the Login jsp cannot be styled in synch with the rest of the portal.
> In the context of having a synchronized look and feel throughout a portal, the login needs to be able to select the same theme as the portal that was requested, so that the login fits seemlessly into the UI flow.
--
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
19 years, 7 months