JBoss hornetq SVN: r8750 - trunk/native/bin.
by do-not-reply@jboss.org
Author: clebert.suconic(a)jboss.com
Date: 2010-01-06 10:48:20 -0500 (Wed, 06 Jan 2010)
New Revision: 8750
Removed:
trunk/native/bin/libHornetQAIO_ia64.so
Log:
removing ia64
Deleted: trunk/native/bin/libHornetQAIO_ia64.so
===================================================================
(Binary files differ)
14 years, 11 months
JBoss hornetq SVN: r8749 - trunk/docs/user-manual/en.
by do-not-reply@jboss.org
Author: clebert.suconic(a)jboss.com
Date: 2010-01-06 10:47:22 -0500 (Wed, 06 Jan 2010)
New Revision: 8749
Modified:
trunk/docs/user-manual/en/libaio.xml
Log:
removing ia64 reference
Modified: trunk/docs/user-manual/en/libaio.xml
===================================================================
--- trunk/docs/user-manual/en/libaio.xml 2010-01-06 15:43:22 UTC (rev 8748)
+++ trunk/docs/user-manual/en/libaio.xml 2010-01-06 15:47:22 UTC (rev 8749)
@@ -34,16 +34,13 @@
<listitem>
<para>libHornetQAIO64.so - x86 64 bits</para>
</listitem>
- <listitem>
- <para>libHornetQAIO_ia64.so - Itanium 64 bits</para>
- </listitem>
</itemizedlist>
<para>When using libaio, HornetQ will always try loading these files as long as they are on the
<link linkend="using-server.library.path">library path</link>.</para>
<section>
<title>Compiling the native libraries</title>
- <para>In the case that you are using Linux on a platform other than x86_32, x86_64 or IA64
- (Itanium), (for example IBM POWER) you may need to compile the native library, since we
+ <para>In the case that you are using Linux on a platform other than x86_32 or x86_64
+ (for example Itanium 64 bits or IBM Power) you may need to compile the native library, since we
do not distribute binaries for those platforms with the release.</para>
<section>
<title>Install requirements</title>
14 years, 11 months
JBoss hornetq SVN: r8748 - in trunk: src/main/org/hornetq/api/core and 1 other directory.
by do-not-reply@jboss.org
Author: timfox
Date: 2010-01-06 10:43:22 -0500 (Wed, 06 Jan 2010)
New Revision: 8748
Modified:
trunk/docs/README.html
trunk/src/main/org/hornetq/api/core/HornetQException.java
Log:
updated readme
Modified: trunk/docs/README.html
===================================================================
--- trunk/docs/README.html 2010-01-06 15:03:17 UTC (rev 8747)
+++ trunk/docs/README.html 2010-01-06 15:43:22 UTC (rev 8748)
@@ -3,20 +3,20 @@
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
- <title>HornetQ 2.0.0 CR2 Release Notes</title>
+ <title>HornetQ 2.0.0 CR3 Release Notes</title>
</head>
<body>
-<h1>Release Notes - HornetQ - Version 2.0.0 CR2</h1>
+<h1>Release Notes - HornetQ - Version 2.0.0 CR3</h1>
<br>
-<h2>14th December 2009</h2>
+<h2>6th January 2010</h2>
-These are the release notes for HornetQ 2.0.0 CR 2<br><br>
+These are the release notes for HornetQ 2.0.0 CR 3<br><br>
For full description of the contents please see the
-<a href="https://jira.jboss.org/jira/secure/ReleaseNote.jspa?projectId=12310830&st...">HornetQ project JIRA</a>.<br><br>
+<a href="https://jira.jboss.org/jira/secure/ReleaseNote.jspa?projectId=12310830&st...">HornetQ project JIRA</a>.<br><br>
This release is a candidate release for forthcoming HornetQ 2.0.0.GA<br>
Modified: trunk/src/main/org/hornetq/api/core/HornetQException.java
===================================================================
--- trunk/src/main/org/hornetq/api/core/HornetQException.java 2010-01-06 15:03:17 UTC (rev 8747)
+++ trunk/src/main/org/hornetq/api/core/HornetQException.java 2010-01-06 15:43:22 UTC (rev 8748)
@@ -129,6 +129,7 @@
*/
public static final int SESSION_CREATION_REJECTED = 112;
+
// Native Error codes ----------------------------------------------
/**
14 years, 11 months
JBoss hornetq SVN: r8747 - trunk/native/bin.
by do-not-reply@jboss.org
Author: clebert.suconic(a)jboss.com
Date: 2010-01-06 10:03:17 -0500 (Wed, 06 Jan 2010)
New Revision: 8747
Modified:
trunk/native/bin/libHornetQAIO32.so
Log:
32 bits compilation
Modified: trunk/native/bin/libHornetQAIO32.so
===================================================================
(Binary files differ)
14 years, 11 months
JBoss hornetq SVN: r8746 - in trunk/examples: jms/jms-bridge/server1 and 1 other directory.
by do-not-reply@jboss.org
Author: jmesnil
Date: 2010-01-06 09:51:44 -0500 (Wed, 06 Jan 2010)
New Revision: 8746
Modified:
trunk/examples/javaee/jms-bridge/server/jms-bridge-jboss-beans.xml
trunk/examples/jms/jms-bridge/server1/hornetq-beans.xml
Log:
fixed jms/jms-bridge & javaee/bridge examples
* fixed references to bridge classes
Modified: trunk/examples/javaee/jms-bridge/server/jms-bridge-jboss-beans.xml
===================================================================
--- trunk/examples/javaee/jms-bridge/server/jms-bridge-jboss-beans.xml 2010-01-06 14:51:39 UTC (rev 8745)
+++ trunk/examples/javaee/jms-bridge/server/jms-bridge-jboss-beans.xml 2010-01-06 14:51:44 UTC (rev 8746)
@@ -2,7 +2,7 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
- <bean name="JMSBridge" class="org.hornetq.api.jms.bridge.impl.JMSBridgeImpl">
+ <bean name="JMSBridge" class="org.hornetq.jms.bridge.impl.JMSBridgeImpl">
<!-- HornetQ must be started before the bridge -->
<depends>HornetQServer</depends>
<constructor>
@@ -62,7 +62,7 @@
</bean>
<!-- SourceCFF describes the ConnectionFactory used to connect to the source destination -->
- <bean name="SourceCFF" class="org.hornetq.api.jms.bridge.impl.JNDIConnectionFactoryFactory">
+ <bean name="SourceCFF" class="org.hornetq.jms.bridge.impl.JNDIConnectionFactoryFactory">
<constructor>
<parameter>
<inject bean="JNDI" />
@@ -72,7 +72,7 @@
</bean>
<!-- TargetCFF describes the ConnectionFactory used to connect to the target destination -->
- <bean name="TargetCFF" class="org.hornetq.api.jms.bridge.impl.JNDIConnectionFactoryFactory">
+ <bean name="TargetCFF" class="org.hornetq.jms.bridge.impl.JNDIConnectionFactoryFactory">
<constructor>
<parameter>
<inject bean="JNDI" />
@@ -82,7 +82,7 @@
</bean>
<!-- SourceDestinationFactory describes the Destination used as the source -->
- <bean name="SourceDestinationFactory" class="org.hornetq.api.jms.bridge.impl.JNDIDestinationFactory">
+ <bean name="SourceDestinationFactory" class="org.hornetq.jms.bridge.impl.JNDIDestinationFactory">
<constructor>
<parameter>
<inject bean="JNDI" />
@@ -92,7 +92,7 @@
</bean>
<!-- TargetDestinationFactory describes the Destination used as the target -->
- <bean name="TargetDestinationFactory" class="org.hornetq.api.jms.bridge.impl.JNDIDestinationFactory">
+ <bean name="TargetDestinationFactory" class="org.hornetq.jms.bridge.impl.JNDIDestinationFactory">
<constructor>
<parameter>
<inject bean="JNDI" />
Modified: trunk/examples/jms/jms-bridge/server1/hornetq-beans.xml
===================================================================
--- trunk/examples/jms/jms-bridge/server1/hornetq-beans.xml 2010-01-06 14:51:39 UTC (rev 8745)
+++ trunk/examples/jms/jms-bridge/server1/hornetq-beans.xml 2010-01-06 14:51:44 UTC (rev 8746)
@@ -63,7 +63,7 @@
</bean>
<!-- The JMS Bridge -->
- <bean name="JMSBridge" class="org.hornetq.api.jms.bridge.impl.JMSBridgeImpl">
+ <bean name="JMSBridge" class="org.hornetq.jms.bridge.impl.JMSBridgeImpl">
<constructor>
<!-- Source ConnectionFactory Factory -->
<parameter>
@@ -126,7 +126,7 @@
</bean>
<!-- SourceCFF describes the ConnectionFactory used to connect to the source destination -->
- <bean name="SourceCFF" class="org.hornetq.api.jms.bridge.impl.JNDIConnectionFactoryFactory">
+ <bean name="SourceCFF" class="org.hornetq.jms.bridge.impl.JNDIConnectionFactoryFactory">
<constructor>
<parameter>
<inject bean="SourceJNDI" />
@@ -136,7 +136,7 @@
</bean>
<!-- TargetCFF describes the ConnectionFactory used to connect to the target destination -->
- <bean name="TargetCFF" class="org.hornetq.api.jms.bridge.impl.JNDIConnectionFactoryFactory">
+ <bean name="TargetCFF" class="org.hornetq.jms.bridge.impl.JNDIConnectionFactoryFactory">
<constructor>
<parameter>
<inject bean="TargetJNDI" />
@@ -146,7 +146,7 @@
</bean>
<!-- SourceDestinationFactory describes the Destination used as the source -->
- <bean name="SourceDestinationFactory" class="org.hornetq.api.jms.bridge.impl.JNDIDestinationFactory">
+ <bean name="SourceDestinationFactory" class="org.hornetq.jms.bridge.impl.JNDIDestinationFactory">
<constructor>
<parameter>
<inject bean="SourceJNDI" />
@@ -156,7 +156,7 @@
</bean>
<!-- TargetDestinationFactory describes the Destination used as the target -->
- <bean name="TargetDestinationFactory" class="org.hornetq.api.jms.bridge.impl.JNDIDestinationFactory">
+ <bean name="TargetDestinationFactory" class="org.hornetq.jms.bridge.impl.JNDIDestinationFactory">
<constructor>
<parameter>
<inject bean="TargetJNDI" />
14 years, 11 months
JBoss hornetq SVN: r8745 - in trunk: native/src and 1 other directories.
by do-not-reply@jboss.org
Author: clebert.suconic(a)jboss.com
Date: 2010-01-06 09:51:39 -0500 (Wed, 06 Jan 2010)
New Revision: 8745
Modified:
trunk/native/bin/libHornetQAIO64.so
trunk/native/src/Version.h
trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
Log:
Recompiling native module after HornetQException move. (64 bits)
Modified: trunk/native/bin/libHornetQAIO64.so
===================================================================
(Binary files differ)
Modified: trunk/native/src/Version.h
===================================================================
--- trunk/native/src/Version.h 2010-01-06 13:37:55 UTC (rev 8744)
+++ trunk/native/src/Version.h 2010-01-06 14:51:39 UTC (rev 8745)
@@ -1,5 +1,8 @@
#ifndef _VERSION_NATIVE_AIO
-#define _VERSION_NATIVE_AIO 27
+
+// This definition needs to match org.hornetq.core.asyncio.impl.AsynchronousFileImpl.EXPECTED_NATIVE_VERSION
+// Or else the native module won't be loaded because of version mismatches
+#define _VERSION_NATIVE_AIO 28
#endif
Modified: trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java 2010-01-06 13:37:55 UTC (rev 8744)
+++ trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java 2010-01-06 14:51:39 UTC (rev 8745)
@@ -49,7 +49,9 @@
private static boolean loaded = false;
- private static int EXPECTED_NATIVE_VERSION = 27;
+ /** This definition needs to match Version.h on the native sources.
+ Or else the native module won't be loaded because of version mismatches */
+ private static int EXPECTED_NATIVE_VERSION = 28;
/** Used to determine the next writing sequence */
private final AtomicLong nextWritingSequence = new AtomicLong(0);
14 years, 11 months
JBoss hornetq SVN: r8744 - in trunk/src/main/org/hornetq: core/filter/impl and 1 other directory.
by do-not-reply@jboss.org
Author: timfox
Date: 2010-01-06 08:37:55 -0500 (Wed, 06 Jan 2010)
New Revision: 8744
Added:
trunk/src/main/org/hornetq/api/core/FilterConstants.java
Modified:
trunk/src/main/org/hornetq/core/filter/impl/FilterImpl.java
Log:
moved filter constants into their own class in the api
Added: trunk/src/main/org/hornetq/api/core/FilterConstants.java
===================================================================
--- trunk/src/main/org/hornetq/api/core/FilterConstants.java (rev 0)
+++ trunk/src/main/org/hornetq/api/core/FilterConstants.java 2010-01-06 13:37:55 UTC (rev 8744)
@@ -0,0 +1,41 @@
+/*
+ * Copyright 2009 Red Hat, Inc.
+ * Red Hat licenses this file to you under the Apache License, version
+ * 2.0 (the "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
+
+package org.hornetq.api.core;
+
+/**
+ * Constants representing pre-defined message attributes that can be referenced in HornetQ core
+ * filter expressions
+ *
+ * @author <a href="mailto:tim.fox@jboss.com">Tim Fox</a>
+ *
+ *
+ */
+public class FilterConstants
+{
+ public static final SimpleString HORNETQ_EXPIRATION = new SimpleString("HQExpiration");
+
+ public static final SimpleString HORNETQ_DURABLE = new SimpleString("HQDurable");
+
+ public static final SimpleString NON_DURABLE = new SimpleString("NON_DURABLE");
+
+ public static final SimpleString DURABLE = new SimpleString("DURABLE");
+
+ public static final SimpleString HORNETQ_TIMESTAMP = new SimpleString("HQTimestamp");
+
+ public static final SimpleString HORNETQ_PRIORITY = new SimpleString("HQPriority");
+
+ public static final SimpleString HORNETQ_SIZE = new SimpleString("HQSize");
+
+ public static final SimpleString HORNETQ_PREFIX = new SimpleString("HQ");
+}
Modified: trunk/src/main/org/hornetq/core/filter/impl/FilterImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/filter/impl/FilterImpl.java 2010-01-06 13:37:34 UTC (rev 8743)
+++ trunk/src/main/org/hornetq/core/filter/impl/FilterImpl.java 2010-01-06 13:37:55 UTC (rev 8744)
@@ -16,6 +16,7 @@
import java.util.HashMap;
import java.util.Map;
+import org.hornetq.api.core.FilterConstants;
import org.hornetq.api.core.HornetQException;
import org.hornetq.api.core.SimpleString;
import org.hornetq.core.filter.Filter;
@@ -59,24 +60,6 @@
private static final Logger log = Logger.getLogger(FilterImpl.class);
- private static final SimpleString HORNETQ_EXPIRATION = new SimpleString("HQExpiration");
-
- private static final SimpleString HORNETQ_DURABLE = new SimpleString("HQDurable");
-
- private static final SimpleString NON_DURABLE = new SimpleString("NON_DURABLE");
-
- private static final SimpleString DURABLE = new SimpleString("DURABLE");
-
- private static final SimpleString HORNETQ_TIMESTAMP = new SimpleString("HQTimestamp");
-
- private static final SimpleString HORNETQ_PRIORITY = new SimpleString("HQPriority");
-
- private static final SimpleString HORNETQ_SIZE = new SimpleString("HQSize");
-
- private static final SimpleString HORNETQ_PREFIX = new SimpleString("HQ");
-
- // Attributes -----------------------------------------------------
-
private final SimpleString sfilterString;
private final Map<SimpleString, Identifier> identifiers = new HashMap<SimpleString, Identifier>();
@@ -147,7 +130,7 @@
{
Object val = null;
- if (id.getName().startsWith(FilterImpl.HORNETQ_PREFIX))
+ if (id.getName().startsWith(FilterConstants.HORNETQ_PREFIX))
{
// Look it up as header fields
val = getHeaderFieldValue(message, id.getName());
@@ -189,23 +172,23 @@
private Object getHeaderFieldValue(final ServerMessage msg, final SimpleString fieldName)
{
- if (FilterImpl.HORNETQ_PRIORITY.equals(fieldName))
+ if (FilterConstants.HORNETQ_PRIORITY.equals(fieldName))
{
return new Integer(msg.getPriority());
}
- else if (FilterImpl.HORNETQ_TIMESTAMP.equals(fieldName))
+ else if (FilterConstants.HORNETQ_TIMESTAMP.equals(fieldName))
{
return msg.getTimestamp();
}
- else if (FilterImpl.HORNETQ_DURABLE.equals(fieldName))
+ else if (FilterConstants.HORNETQ_DURABLE.equals(fieldName))
{
- return msg.isDurable() ? FilterImpl.DURABLE : FilterImpl.NON_DURABLE;
+ return msg.isDurable() ? FilterConstants.DURABLE : FilterConstants.NON_DURABLE;
}
- else if (FilterImpl.HORNETQ_EXPIRATION.equals(fieldName))
+ else if (FilterConstants.HORNETQ_EXPIRATION.equals(fieldName))
{
return msg.getExpiration();
}
- else if (FilterImpl.HORNETQ_SIZE.equals(fieldName))
+ else if (FilterConstants.HORNETQ_SIZE.equals(fieldName))
{
return msg.getEncodeSize();
}
14 years, 11 months
JBoss hornetq SVN: r8743 - trunk/examples/jms/reattach-node/server0.
by do-not-reply@jboss.org
Author: ataylor
Date: 2010-01-06 08:37:34 -0500 (Wed, 06 Jan 2010)
New Revision: 8743
Modified:
trunk/examples/jms/reattach-node/server0/hornetq-configuration.xml
Log:
example fix
Modified: trunk/examples/jms/reattach-node/server0/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/reattach-node/server0/hornetq-configuration.xml 2010-01-06 13:28:03 UTC (rev 8742)
+++ trunk/examples/jms/reattach-node/server0/hornetq-configuration.xml 2010-01-06 13:37:34 UTC (rev 8743)
@@ -47,7 +47,7 @@
<permission type="send" roles="guest"/>
</security-setting>
- <security-setting match="hornetq.management">
+ <security-setting match="jms.queue.hornetq.management">
<!-- only the admin role can interact with the management address -->
<permission type="consume" roles="admin"/>
<permission type="send" roles="admin"/>
14 years, 11 months
JBoss hornetq SVN: r8742 - tags.
by do-not-reply@jboss.org
Author: jmesnil
Date: 2010-01-06 08:28:03 -0500 (Wed, 06 Jan 2010)
New Revision: 8742
Removed:
tags/HornetQ_2_0_0_CR2_PENDING/
Log:
removed pending tag used for 2.0.0.CR2
14 years, 11 months
JBoss hornetq SVN: r8741 - trunk/examples/jms/pre-acknowledge/server0.
by do-not-reply@jboss.org
Author: ataylor
Date: 2010-01-06 08:13:50 -0500 (Wed, 06 Jan 2010)
New Revision: 8741
Modified:
trunk/examples/jms/pre-acknowledge/server0/hornetq-configuration.xml
Log:
example fix
Modified: trunk/examples/jms/pre-acknowledge/server0/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/pre-acknowledge/server0/hornetq-configuration.xml 2010-01-06 12:53:08 UTC (rev 8740)
+++ trunk/examples/jms/pre-acknowledge/server0/hornetq-configuration.xml 2010-01-06 13:13:50 UTC (rev 8741)
@@ -29,7 +29,7 @@
<permission type="send" roles="guest"/>
</security-setting>
- <security-setting match="hornetq.management">
+ <security-setting match="jms.queue.hornetq.management">
<permission type="manage" roles="guest" />
</security-setting>
</security-settings>
14 years, 11 months