You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/11/23 13:07:24 UTC

[jira] Created: (SM-2014) A MongoDB Store would be usefull

A MongoDB Store would be usefull
--------------------------------

                 Key: SM-2014
                 URL: https://issues.apache.org/activemq/browse/SM-2014
             Project: ServiceMix
          Issue Type: New Feature
          Components: servicemix-utils
            Reporter: Ioannis Canellos


It would be useful if service-mix provided a store implementation based on MongoDB.


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


[jira] Updated: (SM-2014) A MongoDB Store would be usefull

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated SM-2014:
---------------------------------

    Attachment: SM-2014-patch.txt

Attaching a patch which adds a MongoStoreFactory and MongoStore.
The Store supports a timeout based eviction policy and also supports peek function (read without remove).

> A MongoDB Store would be usefull
> --------------------------------
>
>                 Key: SM-2014
>                 URL: https://issues.apache.org/activemq/browse/SM-2014
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-utils
>            Reporter: Ioannis Canellos
>         Attachments: SM-2014-patch.txt
>
>
> It would be useful if service-mix provided a store implementation based on MongoDB.

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


[jira] Commented: (SM-2014) A MongoDB Store would be usefull

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63462#action_63462 ] 

Ioannis Canellos commented on SM-2014:
--------------------------------------

Summarizing:
a) The unit test requires that mongod is running locally on the defult port (couldn't embed it somehow and mocking it didn't have much value).
b) The mongo dependency used is the original one. As of today servicemix provides its own bundle of the mongodb driver, so it may be better to use this one instead. 


> A MongoDB Store would be usefull
> --------------------------------
>
>                 Key: SM-2014
>                 URL: https://issues.apache.org/activemq/browse/SM-2014
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-utils
>            Reporter: Ioannis Canellos
>         Attachments: SM-2014-patch.txt, SM-2014-test-patch.txt
>
>
> It would be useful if service-mix provided a store implementation based on MongoDB.

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


[jira] Updated: (SM-2014) A MongoDB Store would be usefull

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated SM-2014:
---------------------------------

    Attachment: SM-2014-test-patch.txt

Attaching a simple unit test for mongo store.
The unit test requires the mongod to be running on localhost.

> A MongoDB Store would be usefull
> --------------------------------
>
>                 Key: SM-2014
>                 URL: https://issues.apache.org/activemq/browse/SM-2014
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-utils
>            Reporter: Ioannis Canellos
>         Attachments: SM-2014-patch.txt, SM-2014-test-patch.txt
>
>
> It would be useful if service-mix provided a store implementation based on MongoDB.

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