You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2010/10/19 20:51:40 UTC

[jira] Created: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
----------------------------------------------------------------------------

                 Key: AMQ-2990
                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: Norman Maurer
         Attachments: ActiveMQOutputStream_chunk_size.diff

When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Updated: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

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

Norman Maurer updated AMQ-2990:
-------------------------------

    Attachment: ActiveMQOutputStream_chunk_size.diff

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Resolved: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

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

Timothy Bish resolved AMQ-2990.
-------------------------------

    Resolution: Fixed

Patch applied, made a small change to fix a potential null pointer access.  Thanks.

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Timothy Bish
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Updated: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

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

Timothy Bish updated AMQ-2990:
------------------------------

    Fix Version/s: 5.5.0

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Timothy Bish
>             Fix For: 5.5.0
>
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Commented: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

Posted by "Norman Maurer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62674#action_62674 ] 

Norman Maurer commented on AMQ-2990:
------------------------------------

Would be cool if this could be included in 5.4.2 ;)

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Assigned: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

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

Timothy Bish reassigned AMQ-2990:
---------------------------------

    Assignee: Timothy Bish

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Timothy Bish
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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


[jira] Commented: (AMQ-2990) Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)

Posted by "Norman Maurer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62705#action_62705 ] 

Norman Maurer commented on AMQ-2990:
------------------------------------

Thx for commiting and good catch about the possible NPE :)

> Allow to specify the chunk size when using JMS Stream (ActiveMQOutputStream)
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-2990
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2990
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Timothy Bish
>             Fix For: 5.5.0
>
>         Attachments: ActiveMQOutputStream_chunk_size.diff
>
>
> When using JMS Stream the ActiveMQOutputStream splits the data in 64k chunks. This is a good default but sometimes it would be good to be able to use a other chunk size (depending on the need). So we should make this configurable via a JMS Property

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