[
https://issues.apache.org/activemq/browse/AMQ-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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.