You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Piotr Klimczak (JIRA)" <ji...@apache.org> on 2011/04/14 19:03:05 UTC

[jira] [Created] (CAMEL-3863) camel-cache ehcache cache repilication using ehcache-jmsreplication

camel-cache ehcache cache repilication using ehcache-jmsreplication
-------------------------------------------------------------------

                 Key: CAMEL-3863
                 URL: https://issues.apache.org/jira/browse/CAMEL-3863
             Project: Camel
          Issue Type: Improvement
          Components: camel-cache
    Affects Versions: 2.8.0
         Environment: Apache ServiceMix 4.3.1-fuse-01-09 and snapshot versions
            Reporter: Piotr Klimczak


It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plan rmi multicast as jms connection could be password protected.
I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)

Again- one step closer to bring camel-cache to java- clustered world :)

cya

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3863) camel-cache ehcache cache repilication using ehcache-jmsreplication

Posted by "Piotr Klimczak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019914#comment-13019914 ] 

Piotr Klimczak commented on CAMEL-3863:
---------------------------------------

Would be great to see this in 2.8 version :)

> camel-cache ehcache cache repilication using ehcache-jmsreplication
> -------------------------------------------------------------------
>
>                 Key: CAMEL-3863
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3863
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.8.0
>         Environment: Apache ServiceMix 4.3.1-fuse-01-09 and snapshot versions
>            Reporter: Piotr Klimczak
>              Labels: bundle, camel-cache, clustering, ehcache, improvement, jms, replication
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plain multicast with rmi as jms connection could be password protected.
> I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)
> Again- one step closer to bring camel-cache to java- clustered world :)
> cya

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3863) camel-cache ehcache cache repilication using ehcache-jmsreplication

Posted by "Piotr Klimczak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020606#comment-13020606 ] 

Piotr Klimczak commented on CAMEL-3863:
---------------------------------------

Take a looke at my SMX improvement: https://issues.apache.org/jira/browse/SMX4-809.

> camel-cache ehcache cache repilication using ehcache-jmsreplication
> -------------------------------------------------------------------
>
>                 Key: CAMEL-3863
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3863
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.8.0
>         Environment: Apache ServiceMix 4.3.1-fuse-01-09 and snapshot versions
>            Reporter: Piotr Klimczak
>              Labels: bundle, camel-cache, clustering, ehcache, improvement, jms, replication
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plain multicast with rmi as jms connection could be password protected.
> I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)
> Again- one step closer to bring camel-cache to java- clustered world :)
> cya

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3863) camel-cache ehcache cache repilication using ehcache-jmsreplication

Posted by "Piotr Klimczak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Klimczak updated CAMEL-3863:
----------------------------------

    Description: 
It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plain multicast with rmi as jms connection could be password protected.
I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)

Again- one step closer to bring camel-cache to java- clustered world :)

cya

  was:
It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plan rmi multicast as jms connection could be password protected.
I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)

Again- one step closer to bring camel-cache to java- clustered world :)

cya


> camel-cache ehcache cache repilication using ehcache-jmsreplication
> -------------------------------------------------------------------
>
>                 Key: CAMEL-3863
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3863
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.8.0
>         Environment: Apache ServiceMix 4.3.1-fuse-01-09 and snapshot versions
>            Reporter: Piotr Klimczak
>              Labels: bundle, camel-cache, clustering, ehcache, improvement, jms, replication
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plain multicast with rmi as jms connection could be password protected.
> I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)
> Again- one step closer to bring camel-cache to java- clustered world :)
> cya

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (CAMEL-3863) camel-cache ehcache cache repilication using ehcache-jmsreplication

Posted by "Piotr Klimczak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Klimczak closed CAMEL-3863.
---------------------------------

    Resolution: Duplicate

I have realized that this is a servicemix ehcache bundle improvement than directly a camel-cache one. But the fact is that attaching jms replication to ehcache bundle will improve the camel-cache functionality to work in replicated cluster via jms.

> camel-cache ehcache cache repilication using ehcache-jmsreplication
> -------------------------------------------------------------------
>
>                 Key: CAMEL-3863
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3863
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.8.0
>         Environment: Apache ServiceMix 4.3.1-fuse-01-09 and snapshot versions
>            Reporter: Piotr Klimczak
>              Labels: bundle, camel-cache, clustering, ehcache, improvement, jms, replication
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be great to add ehcache-jmsreplication to ehcache smx bundle to let cluster- lovers create cache clusters with jms replicatons. It is safer tha plain multicast with rmi as jms connection could be password protected.
> I have already made that improvement to my local SMX. Will post the patch as soon as it will be polished :)
> Again- one step closer to bring camel-cache to java- clustered world :)
> cya

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira