• 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.
    Profile Photo
    last modified by timfox
  • I submit to our Maven overlords

    I 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...
    Profile Photo
    last modified by timfox
  • Links and text don't match in last journal aio commit

    Text 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>...
    Profile Photo
    last modified by timfox
  • 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...
    Profile Photo
    last modified by timfox
  • 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 ...
    Profile Photo
    last modified by clebert.suconic
  • I got failure in queue-message-redistribution

    If 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.
    Profile Photo
    last modified by gaohoward
  • JBM 2 examples

    Ive 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...
    Profile Photo
    created by ataylor
  • JBM 2 and logging

    Ive 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 ...
    Profile Photo
    last modified by ataylor
  • Outstanding things to do on docs

    I 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_...
    Profile Photo
    last modified by timfox
  • Trying to install libaio

    When 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...
    Profile Photo
    last modified by timfox
  • Message grouping example incomplete

    It doesn't mention auto grouping
    Profile Photo
    last modified by timfox
  • common build.xml for examples still refers to jms

    open common/build.xml CTRL-F jms
    Profile Photo
    last modified by timfox
  • Warning during build

    Am 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...
    Profile Photo
    last modified by timfox
  • Jar dependencies chapter

    Looks 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...
    Profile Photo
    last modified by timfox
  • build and output

    It 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?
    Profile Photo
    last modified by timfox
  • Tests failing on hudson

    Mainly netty HTTP test and JMS bridge tests
    Profile Photo
    created by timfox
  • JMS static selector example readme and comments are wrong

    They were copied from the core static selector example and aren't correct
    Profile Photo
    last modified by timfox
  • 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...
    Profile Photo
    last modified by gaohoward
  • JMSServerControl2Test.testCloseConnectionsForUnknownAddressF

    Isn'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)...
    Profile Photo
    last modified by clebert.suconic
  • Core embedded example

    I 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...
    Profile Photo
    created by timfox