[jira] [Commented] (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2013-04-29 Thread Les Hazlewood (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645002#comment-13645002
 ] 

Les Hazlewood commented on AMQ-2826:


Hi Scott,

Has there been any movement on QSandra in the last two years?  Do you know of 
anyone using it in production?  Or is it a now defunct project?  Any 
information would be helpful!

Thanks,

Les

 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/jira/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2010-07-16 Thread Gary Tully (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=60690#action_60690
 ] 

Gary Tully commented on AMQ-2826:
-

The CI tests for jdbc use an embedded derby, there are not external process 
dependencies in the CI runs at the moment.
Wonder if adding the tests with an exclusion via a property in surefire will 
work and have a 1.6jdk profile that redefines that property such that the tests 
are run when it is enabled would work.


 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/activemq/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2010-07-15 Thread Gary Tully (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=60674#action_60674
 ] 

Gary Tully commented on AMQ-2826:
-

Sure, it is of interest, what is the 1.6 dependency, any chance that it can be 
worked around?

 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/activemq/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2010-07-15 Thread Scott Clasen (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=60678#action_60678
 ] 

Scott Clasen commented on AMQ-2826:
---

Gary-

   The 1.6 dependency is more of a dependency for testing.  Cassandra itself 
requires 1.6, and the unit tests use an embedded cassandra server as the 
backend.

They could be easily made to run against an external instance, but that 
complicates the build, maybe they could be constrained to run only against a 
certain maven profile?

Other than that the persistence adapter uses only the cassandra thrift 
interface, and also a BloomFilter from Cassandra. Both the thrift interface and 
the bloom filter could be extracted and compiled under 1.5...I think

Thoughts?

 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/activemq/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2010-07-15 Thread Dejan Bosanac (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=60680#action_60680
 ] 

Dejan Bosanac commented on AMQ-2826:


I think introducing the new maven profile for running these tests is the way to 
go for now. We also need to ensure that our CI tools test this code properly. 
Maybe with some future release (AMQ 6.0) we can also introduce JDK 6 
compatibility?

 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/activemq/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQ-2826) Look at the possibility of incorporating a cassandra persistence adapter from http://github.com/ticktock/qsandra

2010-07-15 Thread Scott Clasen (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=60684#action_60684
 ] 

Scott Clasen commented on AMQ-2826:
---

So any suggestions on how to proceed? The maven profile for now could simply 
prevent the tests from being run... 

Not sure what type of infrastructure is available in the CI environment, as far 
as having the ability to stand up a single node cassandra and zookeeper 
instance to run the tests agains at some point...

How is the JDBC Store tested against all the different vendors that are 
supported?

 Look at the possibility of incorporating a cassandra persistence adapter from 
 http://github.com/ticktock/qsandra 
 -

 Key: AMQ-2826
 URL: https://issues.apache.org/activemq/browse/AMQ-2826
 Project: ActiveMQ
  Issue Type: New Feature
  Components: Message Store
Affects Versions: 5.3.2
Reporter: Scott Clasen

 I am the author of http://github.com/ticktock/qsandra, which is a cassandra 
 persistence adapter for activemq. I am willing to donate it if it is 
 something that is of interest to ActiveMQ..
 Only current trouble with that is it needs JDK 1.6, so it would probably need 
 to wait until (if and when) ActiveMQ 5.x is built with JDK 6.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.