Log in to follow, share, and participate in this community.
Thread PagingFailoverTest
PagingFailoverTest::testMultiThreadFailoverOnConsume seems to take a very long time to run compared to the other tests in that class... perhaps there is something wrong with the test.
I submit to our Maven overlordsI never thought this day would come, I tried to fight so hard in the midst of adversity. I did my bit for the cause - trying to hold high the bright light of ant/buildmagic against the dark forces of Maven. Those no...
Thread Links and text don't match in last journal aio commit
Links and text don't match in last journal aio commitText and links in docs don't match in last commit
<entry><link linkend="configuring.message.journal"
- >journal-buffer-reuse-size</link></entry>
+ >journal-aio-flush-on-sync</link>...
Thread AIO Sequential file gets closed even before it's used?
AIO Sequential file gets closed even before it's used?Because I need better precision I can't use scheduled executor any more in the timedbuffer. So *for now* each one has its own thread. So I added a close method to the timedbuffer which gets called from the Asynchrono...
Messages are lost on Queue?I have executed one perfSender/perfListener like this: ant perfSender -Dsess.trans=true ant perfListener -Dsess.ackmode=AUTO_ACK (notice: this is NonPersistent) In about 1 in 10 tries.. I'm not getting all the ...
Thread I got failure in queue-message-redistribution
I got failure in queue-message-redistributionIf I do ant clean ant the test fails. If I don't do ant clean after the failure, it passes. I remember many days ago I only got this example failure in 'ant all'. This time it failed even running standalone.
JBM 2 examplesIve simplified the examples and made them more configurable. Ive split the server and client classpath. the server does not now use the same classpath as the client when spawned. The client classpath now also only in...
JBM 2 and loggingIve been looking at removing log4j as a dependency for the user and i have come unstuck. I'll explain how our logging currently works so everyone understands the problem All JBM classes use JUL as their logger. When ...
Outstanding things to do on docsI spent most of the day proof-reading the user guide, and correcting stuff. Here is what is remaining to do on the user guide: 1. complete section on installing aio, currently does not explain how to set LD_LIBRARY_...
Trying to install libaioWhen running JBM on the messaging lab it does not find AIO and uses NIO instead. I tried to install libaio1 as per the instructions in the userguide and it complains there is no such library as libaio1. I tried with...
Warning during buildAm getting this warning during the build. I think it must have been introduced recently:
[javac] /home/tim/workspace/trunk/src/main/org/jboss/messaging/core/remoting/impl/ssl/SSLSupport.java:193: warning: [depreca...
Jar dependencies chapterLooks good so far, some comments suggestions: 1) We need a section on what jars the user needs on the client and server classpaths, e.g. If you're using core, you need: jbm-core-core-client.jar if you're using net...
build and outputIt seems the build is still using build in some places and output in others. E.g. docs go to output, and main build puts jars in build. Maybe I'm getting mixed up but wasn't this supposed to be fixed the other day?
ant clean not working on trunk$ ant clean Buildfile: build.xml check.inhibit.downloads: createthirdparty: clean: clean: [delete] Deleting directory /home/howard/projects/jboss/messaging/2.0/trunk/build clean: BUILD FAILED /home/howard/proje...
JMSServerControl2Test.testCloseConnectionsForUnknownAddressFIsn't this test broken? It eventually fails on Hudson. Run it on a loop and you will see a failure. boolean gotException = exceptionLatch.await(2 * CONNECTION_TTL, TimeUnit.MILLISECONDS);
assertFalse(gotException)...
Core embedded exampleI started writing a core embedded example, like the JMS one Clebert wrote. I wrote the class, but unfortunately all the common stuff, e.g. build script and common classes are in the JMS tree. I don't want to referen...