Log in to follow, share, and participate in this community.
Thread Enabled properties on ConfigurationImpl.
Enabled properties on ConfigurationImpl.Easy to fix, but isn't this a mix up on ConfigurationImpl? setEnablePersistence setJMXManagementEnabled setEnableFileDeployment setSecurityEnabled What should be the right form? setXXXEnabled or setEnabledXXX? Or...
Thread Potential Netty problem with synchronously closing connectio
Potential Netty problem with synchronously closing connectioWe have a JBM test which quickly creates and closes connections in a loop which eventually fails with:
New I/O server boss #1 (channelId: 28338721, /127.0.0.1:5445) 11:41:29,851 WARN [NioServerSocketPipelineSink] F...
All sorts of failures with JDK 1.6If you use JDK 1.6 on the testsuite, you will get all sort of failures... A good example would be: org.jboss.messaging.tests.integration.cluster.distribution.NettyFileStorageSymmetricClusterTest::testRoundRobinMult...
FailBackupServerTest in a loop of 1000?Is that on purpose? It takes forever.. and sometimes it times out on Hudson. Tim: I'll revert it back to 5 and it looks it was an accident. Feel free to commit it back to 1000 if you really meant to do it.
Where is the DDL for Messaging?I'm trying to change an AS 5.1 setup to use MySQL as the database for JBM, and the database tables are being created as MyISAM, and I would like to alter the DDL to specify ENGINE=INNODB. I cannot seem to find the st...
Thread JBM 2 default configuration, what should it be
JBM 2 default configuration, what should it beI think the default jms configuration should contain 1 default Connection Factory named ConnectionFactory and 2 queues DLQ and ExpiryQueue. As far as security goes I think we should have one default user 'guest' who ...
An oddity in the configurationWhen deploying predefined queues, address settings and security settings from jbm-configuration.xml, the queue settings are inside the element but the address and security settings are not. Is there any reason for this?
Thread Order of Deliveries between Backup and Live Node
Order of Deliveries between Backup and Live NodeI have been investigating https://jira.jboss.org/jira/browse/JBMESSAGING-1558 and this is what I have found so far: On a regular flow, this is what happens when messages are delivered to Consumers: References ar...
User documentation for 2.0.0.beta1I've started an outline for the user documentation for 2.0.0.beta1 http://www.jboss.org/community/wiki/JBM20Beta1UserGuideOutline As for the examples, we could use this wiki page to split the doc task in smaller task...
Remaining test failuresI'm seeing a few remaining (intermittent) failures when running locally: PagingFailoverTest JMSServerControl2Test Guys - Can you run in a loop and fix them? I really want to see a regular clean run, and we are close.
Thread ClientSessionFactoryImpl eventually NPE under multi-thread l
ClientSessionFactoryImpl eventually NPE under multi-thread ljust saw this failure: http://hudson.qa.jboss.com/hudson/job/JBM2-stress/lastBuild/testReport/org.jboss.messaging.tests.stress.remote/PingStressTest/testMultiThreadOpenAndCloses/
java.lang.Exception: Test Failed
a...
JSON serialization issuesI've encountered several issues with JSON serialization yesterday: - int and long are decoded as Integer when using JSONObject.get(key) method => ClassCastException when the code is expecting a long and receives a...
Thread Failure on ReplicationAwareJMSServerControlWrapperTest
Failure on ReplicationAwareJMSServerControlWrapperTestThe only failure we have on management now is ReplicationAwareJMSServerControlWrapperTest::testListRemoteAddresses which is due to the issues we have with connections. A call to connection.close() leads to the Server...
AIO Buffer & Executors Optimization UpdateI have the changes done at my workspace already. I could get a successful run if using r6654 (before the pool refactoring), and a few failures if using 6653 (same ones as I have seen on hudson). After these changes,...
JVM Bug ID 6791815 versus AIO codeI just hit a bug on the JVM regarding Native Buffers allocations: http://bugs.sun.com/view_bug.do?bug_id=6791815 http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2009-January/000386.html The current statu...
Thread ReplicateConnectionFailureTest failure on CI server
ReplicateConnectionFailureTest failure on CI serverafter I committed a fix for JBMESSAGING-1421 (r6641), ReplicateConnectionFailureTest.testFailConnection() is failing. I think the reason is the connection is no longer cleaned up when it is closed but only when the c...
Examples not working!Just did a quick run of 'queue' example, it's got exception. I didn't investigate as I have the stuck message case on me.
[java] java.lang.NullPointerException
[java] at org.jboss.messaging.jms.client.JBossConnec...
Refactored to use JSONI've refactored the management code to use JSON for attributes, invocations and return values. This works well in most cases however we have a problem for return values which are TabularData. We can't directly retur...