• FilterParser.jj

    I am just reading the new JMS server source code, inside eclipse org.jboss.messaging.core.filter.impl.FilterImpl.java references the FilterParse.jj which is not a java file (well strickly speaking) thus it does not ...
    Profile Photo
    last modified by mikechang
  • Fail to get a remote JMS Session due to NullPointerException

    Hi all My JMS client application running on JBoss 4.2.3 fails to create a JMS Session on startup due to a NullpointerException. Threads mentioned below already discuss the issue, but even when trying to change the sc...
    Profile Photo
    last modified by belcar
  • JBM 1.4.4 dynamic port/firewall issue

    Hi All I'm trying to access a JBM 1.4.4. environment deployed on JBoss 4.2.3 from a remote JBoss 4.2.3 server (client). The messaging client server is behind a firewall. We've opened following ports on the firewall:...
    Profile Photo
    last modified by belcar
  • XA resource and setting the timeout

    Currently in JBM 2 we don't support setting the timeout on an XA Session. Since neither the JTA or XA specs define what a 'timeout' means we need to decide what the semantics of a timeout are with regard to an XA Sess...
    Profile Photo
    last modified by ataylor
  • Compatibility with JGroups 2.8

    Hi, One of the things I'd like to do for the upcoming AS 5.2 is move to JGroups 2.8. The big impediment to that has been that a number of projects (AS, JBC, JBM) have some code that casts JGroups Address objects from...
    Profile Photo
    last modified by brian.stansberry
  • JBoss tests with new HSQLDB version

    HSQLDB 1.9 is nearing GA release. This version improves in all areas, including transaction isolation, SQL and JDBC support. But most important for JBoss usage: * improved reliability with large numbers of large siz...
    Profile Photo
    last modified by freddt
  • JMSServer in jboss ?

    Hi, We are migrating project from weblogic8.1 to jboss 4.3 EAP. How can we create JMSServer in jboss like we do in weblogic.
    Profile Photo
    last modified by akshay_rashinkar
  • JBoss Messaging and App Server

    Hi Do we need JBOSS App Server 5.x for using JBoss Mesaging or can we use an app server of our choice?
    Profile Photo
    last modified by dorothy
  • ignores on tests...

    IMO we should ban using using things like this: <exclude name="**/jms/tests/XAResourceRecoveryTest.class"/> <exclude name="**/jms/tests/XATest.class"/> <exclude name="**/jms/tests/stress/**"/> &...
    Profile Photo
    created by clebert.suconic
  • Memory on test suite

    I added the old memory manager component back in the code, it logs out how much free memory is left every few seconds. When running the full test suite, most of the time free memory is on about 83% but later on it go...
    Profile Photo
    last modified by timfox
  • QueueControlTest.testListScheduledMessagesAsJSON failure on

    This is the only test failing in http://hudson.qa.jboss.com/hudson/job/JBM2-tests-clone/99/ The test is not deterministic, there is a Thread.sleep(delay) while the message is sent with a schedule of delay. The sleep ...
    Profile Photo
    last modified by jmesnil
  • Bridge Leaking

    As I suspected, BridgeImpl is leaking. If we can fix this we would speed up the testsuite. This is easily replicated with MessageRedistributionTest::testRedistributionWhenConsumerIsClosed. (Probably with the others ...
    Profile Photo
    last modified by clebert.suconic
  • Is DeliveryCount ignored for large messages?

    Looking at the code, it seems to be
    Profile Photo
    last modified by timfox
  • Why are HTTP integration test excluded from test suite?

      <fileset dir="${test.classes.dir}"> <exclude name="**/integration/http/*" /> <include name="${tests.param}"/> </fileset>
    Profile Photo
    last modified by timfox
  • Wrapped JNDI Server

    In the JMS tests we're now using a small wrapper around the org.jnp.server.Main class which introduces a small delay on stop(). This is because there appears to be a bug in the class which means if you start() it aga...
    Profile Photo
    created by timfox
  • Logs overwritten in full test run

    When I do a ant dev-tests or ant hudson-tests. It seems that different subtargets delete the log files from the previous target - this makes it difficult to track down issues after a full run. Can the logging be con...
    Profile Photo
    created by timfox
  • Testsuite updates...

    I just wanted to give you guys an update about my recent work on the testsuite.. You guys are a few hours ahead of me.. so an update would probably be a good thing now. I - I profiled the testsuite, and I added some...
    Profile Photo
    last modified by clebert.suconic
  • Ping issues under stress

    I managed to get ping issues and clients stuck doing a soak test on our messaging Labs. Setup: 1 server (messaging-01) with 1 JMS topic 10 producers + 17 non-durable subscribers (splitted on 7 machines) server confi...
    Profile Photo
    last modified by jmesnil
  • Reaper Thread Leaking...

    I am now running NettyFileStorageSymmetricClusterWithBackupTest, and it seems that the ReaperThread is leaking. I am investigating it. I made this post just as a FYI, as this may be related to other failures on the ...
    Profile Photo
    created by clebert.suconic
  • Lots of largemessages

    I noticed this at the weekend, when I did a kill -3: ... Heap [junit] PSYoungGen total 81600K, used 42070K [0xada40000, 0xb4af0000, 0xb4c00000) [junit] eden space 47104K, 67% used [0xada40000,0xaf96a830,0xb084000...
    Profile Photo
    last modified by timfox