[Design of Messaging on JBoss (Messaging/JBoss)] - Re: Messages are lost on Queue?
by jmesnil
I tried it and the connection TTL is effectively hit but the messages sent to the 1st listener's buffer are not put back in the queue.
| [java] 14:13:38,811 WARNING [org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl] Connection failure has been detected Did not receive ping on connection. It is likely a client has exited or crashed without closing its connection, or the network between the server and client has failed. The connection will now be closed.:3
| [java] 14:13:38,811 WARNING [org.jboss.messaging.core.server.impl.ServerSessionImpl] Client connection failed, clearing up resources for session 4fbd267a-4ea5-11de-b784-b725ab0e15cf
| [java] java.lang.Exception
| [java] at org.jboss.messaging.core.server.impl.ServerSessionImpl.connectionFailed(ServerSessionImpl.java:1157)
| [java] at org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl.callFailureListeners(RemotingConnectionImpl.java:582)
| [java] at org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl.fail(RemotingConnectionImpl.java:461)
| [java] at org.jboss.messaging.core.remoting.server.impl.RemotingServiceImpl$FailedConnectionsTask.run(RemotingServiceImpl.java:374)
| [java] at java.util.TimerThread.mainLoop(Timer.java:512)
| [java] at java.util.TimerThread.run(Timer.java:462)
| [java] 14:13:38,813 WARNING [org.jboss.messaging.core.server.impl.ServerSessionImpl] Cleared up resources for session 4fbd267a-4ea5-11de-b784-b725ab0e15cf
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234450#4234450
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234450
15 years, 4 months
[Design of JBoss Web Profile] - JBoss Web Stand-alone
by wolfc
In similar vain to JBoss Web Profile we're going to create a JBoss Web Stand-alone.
Whereas Web Profile is a top-down approach, we'll create Web Stand-alone as a bottom-up, by taking the latest Bootstrap and define a dedicated web bootstrap on top of it.
The big difference will then be that it'll not the Profile Service will not be running and thus not be managing a web profile.
The code stemming from this effort should be a stand-alone integration implementation of Tomcat and VDF usable in AS, Embedded and other runtimes based on Bootstrap.
First we need to uniquely name this component and find a place in subversion (/ Jira).
I don't think it should be under http://anonsvn.jboss.org/repos/jbossweb, because that would exceed the mandate of that repo.
It should also not be put under Reloaded, because it's going to be the actual integration implementation and not a definition.
I would rather see it as a new project in the jbossas repo, which only leaves the name question.
Second I want the build structure in the same way as MC (one version for all components). Although the versioning scheme of EJB3 (version per component) has the advantage of more maturity of the components, it's a hassle to keep track of.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234411#4234411
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234411
15 years, 4 months