Robert Davies
5a429d90bb
Fixes for networks and the invalid Brokers caper
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373863 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 16:35:13 +00:00
Robert Davies
3e7ebc2368
Add a check to the iterate() so that on failover - it's not possible
...
to iterate for ever if the transport has actually been stopped
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373862 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 16:31:21 +00:00
Robert Davies
815b6c5d87
Changed api to setBrokerName() on DemandForwardBridge instead of setClientId
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373858 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 16:25:17 +00:00
James Strachan
2ae7169856
removed possible NPE
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373809 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 12:33:44 +00:00
Gregory John Wilkins
c6f73c56d1
Updates to AJAX exampes to make them work on IE 6
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373776 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 09:32:54 +00:00
Gregory John Wilkins
ad83b4da4f
working for IE
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373771 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 09:12:44 +00:00
Patrick Edward Lapus Villacorta
1c5b05ae56
set webapp src dir so web files will be included in generated war file
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373674 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 02:43:53 +00:00
Patrick Edward Lapus Villacorta
e6a1962cfe
rollback change to message receiver parameters
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373672 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 02:41:18 +00:00
Adrian T. Co
36a5795fe4
Prevent start task from reading the "start" token as a task parameter
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373665 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 01:51:20 +00:00
James Strachan
e6747ead95
patch and test case for AMQ-514 to make BrokerInfo and the broker name visible to an ActiveMQConnection
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373548 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 16:59:01 +00:00
Gregory John Wilkins
92b9d864e5
Removed dependency on rico and program directly to the prototype.js API.
...
simplified the amq.js API.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373509 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 13:18:18 +00:00
Patrick Edward Lapus Villacorta
d193ad048a
change "jms" to "amq" in urls
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373487 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 10:44:37 +00:00
James Strachan
c9205315d2
Applied patch by WayneSIrwin
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373478 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 09:35:41 +00:00
James Strachan
9c0d3ce072
added better debug tracing so that destinations are explicit in whether they are a queue or topic
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372952 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 19:33:21 +00:00
Robert Davies
233b604642
check if a broker held by the TransportConnector is stopped before asigning it for re-use (i.e. VMTransportServer)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372910 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 17:00:26 +00:00
Gregory John Wilkins
4e5012ca5d
New amq js component to support listen style interaction
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372855 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 14:05:02 +00:00
Gregory John Wilkins
6a70920b20
notify listener after the enqueue
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372844 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 13:31:17 +00:00
James Strachan
2f944a19e3
added fix for issue reported on forum: http://forums.activemq.org/posts/list/0/60.page
...
where on startup we get the following exception when using mysql
java.io.IOException: Can't call commit when autocommit=true
at org.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:44)
at org.activemq.store.jdbc.TransactionContext.close(TransactionContext.java:113)
at org.activemq.store.jdbc.JDBCPersistenceAdapter.getAdapter(JDBCPersistenceAdapter.java:253)
at org.activemq.store.jdbc.JDBCPersistenceAdapter.start(JDBCPersistenceAdapter.java:140)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372805 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 10:16:16 +00:00
James Strachan
8fbbd24122
fixed typeo
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372800 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 10:02:05 +00:00
James Strachan
3d18a3dc7b
made the adapter class configurable on the <journaledJDBC adapterClass="...."/>
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372799 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 09:57:38 +00:00
James Strachan
885db67aaa
added incubation disclaimer
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372548 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 15:35:06 +00:00
Jonas B. Lim
1479c15475
included log4j in the rar bundle
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372532 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 14:28:39 +00:00
James Strachan
40ce55be77
added extra NPE check
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372519 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 12:40:12 +00:00
Frederick G. Oconer
b2b1e80b86
Set to implement Serializable.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372479 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 08:20:39 +00:00
Frederick G. Oconer
a9d3883dc8
commented out goal that override the jar:deploy. This causes error when deploying the jar in the dist repository.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372437 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 04:49:28 +00:00
Patrick Edward Lapus Villacorta
a9852f8cb5
Changed <connection-impl-class> elements from JMSConnectionProxy (not in AMQ4) to ManagedConnectionProxy. Code for both is exactly the same.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372386 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 01:03:19 +00:00
Robert Davies
afcefa0111
Added durable topic test for master/slave
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372300 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 20:06:17 +00:00
Bruce Snyder
2b8946f964
Changes to facilitate the creation of a Maven site for the Incubator.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372186 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 10:24:12 +00:00
Frederick G. Oconer
9a699a4d06
correction on artifact name given for xsd deploy goal.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372090 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 03:42:36 +00:00
Robert Davies
8b04e15826
Fixes for Master-Slave functionality
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372050 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 23:08:29 +00:00
Hiram R. Chirino
32446c1f1d
Fix for https://jira.logicblaze.com/jira/browse/AMQ-501
...
- ActiveMQManagedConnectionFactory now implements equals() and hashCode()
- ActiveMQActivationSpec is now serializable.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371951 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 16:20:42 +00:00
Hiram R. Chirino
b2039fb1c2
Fix for https://jira.logicblaze.com/jira/browse/AMQ-494
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371949 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 16:02:42 +00:00
Robert Davies
fd156f833a
send back responses
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371910 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 13:34:59 +00:00
Adrian T. Co
4b8822f154
- Added task to browse a queue for messages that includes the ability to query for selected messages only, and specify the properties to view. (Still considering adding one for topics too)
...
- Redesigned the querying mechanism to allow easy insertion and/or extension of specific querying filters
- Redesigned the output mechanism to allow easy inclusion of different output formatters (i.e. output in command shell friendly format, script friendly format, xml format, etc.)
- Currently have just included a not-so-friendly command shell formatter. :) Have plans to modify this and maybe include an xml formatter and/or script friendly formatter.
PS: I plan to move the console package outside activemq-core and include some unit tests with it sometime in the very near future. I know its kinda messy right know. :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371880 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 10:23:34 +00:00
Dennis Cook
1356d1549c
Comment out remote jmx refs, for user discresionary use.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371768 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 01:49:38 +00:00
Dennis Cook
f9a763586a
AMQ-500 reconciled windows start script with o.a.a.broker.Main
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371767 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 01:38:07 +00:00
Hiram R. Chirino
d2d1c6d63d
The Transport Connection now notifies it's Connector of lifecycle events so that the Connector does not have to wrap the broker in yet another filter to notice the connection's lifecycle events.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371636 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 19:40:42 +00:00
Hiram R. Chirino
1c64baadea
Disabling StompTest see https://jira.logicblaze.com/jira/browse/AMQ-502
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371600 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 17:18:33 +00:00
Robert Davies
71afa0ded9
removed sleep from stop() method
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371590 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 16:48:10 +00:00
Gregory John Wilkins
24cce5f0f5
added derby dependency and fixed location of webapp after move of the source
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371524 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 11:12:52 +00:00
Hiram R. Chirino
c3c0ea7265
Applied patch reported by christopher.kingsbury@gmail.com
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370926 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 23:14:35 +00:00
Hiram R. Chirino
ef94b843cc
removed unused line
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370901 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 21:35:09 +00:00
Robert Davies
5b2e9be749
added messageSent() method - so can hook in failure tests in derived unit tests
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370330 13f79535-47bb-0310-9956-ffa450edef68
2006-01-19 00:34:52 +00:00
Robert Davies
4098942c1e
Added master/slave functionality to the Broker
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370223 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 19:16:58 +00:00
Jonas B. Lim
377780985c
added additional test cases for the other stomp verbs/features
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370081 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 09:10:49 +00:00
Alan Cabrera
85402ce387
Clean up
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370004 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 01:54:51 +00:00
Alan Cabrera
e45538c183
Tests needed Derby
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370003 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 01:47:44 +00:00
Dennis Cook
d3aa9bf2be
Allow defeat of auto include of $ACTIVEMQ_HOME/conf in classpath (after refactor)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@369868 13f79535-47bb-0310-9956-ffa450edef68
2006-01-17 19:05:51 +00:00
Hiram R. Chirino
80a8e8d27d
Fix a dependency issue.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@369551 13f79535-47bb-0310-9956-ffa450edef68
2006-01-16 19:31:11 +00:00
Adrian T. Co
b9a4deed5d
- Made ActiveMQConnectionFactory and ActiveMQDestination referenceable.
...
- Ported to 4.x the jndi implementation from 3.x (JNDIStorableInterface, JNDIBaseStorable, JNDIReferenceFactory)
- Added a simple test case to test the object factory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@369411 13f79535-47bb-0310-9956-ffa450edef68
2006-01-16 09:58:02 +00:00