You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/10/10 23:41:50 UTC

[jira] Created: (CXF-1102) Ability to use BlobMessage when using ActiveMQ 4.2

Ability to use BlobMessage when using ActiveMQ 4.2 
---------------------------------------------------

                 Key: CXF-1102
                 URL: https://issues.apache.org/jira/browse/CXF-1102
             Project: CXF
          Issue Type: Improvement
          Components: Transports
    Affects Versions: 2.0.2
            Reporter: Daniel Kulp



When using new versions of ActiveMQ, it would be nice to be able to configure the JMS transport to use  a BlobMessage to allow streaming of the stuff from the CachedOutputStream without having to load it all into a byte[].



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


Re: [jira] Created: (CXF-1102) Ability to use BlobMessage when using ActiveMQ 4.2

Posted by Daniel Kulp <dk...@apache.org>.
On Thursday 11 October 2007, Glen Mazza wrote:
> Do you mean current production 4.1 or upcoming 5.0?  (I don't believe
> 4.2 will be made):

5.0 for the BlobMessages.  

However, 4.1 did have the ability to grab streams directly from the 
connections to allow some streaming of larger messages:
http://activemq.apache.org/jms-streams.html

I guess the real JIRA should read more like:
Add hooks into JMS transport to allow easier use of propretary API's to 
aid in streaming messages.

We could then have ActiveMQ 4 hooks for the streams and 5 hooks for the 
Blobs, etc....

Dan



> http://activemq.apache.org/new-features.html
>
> Glen
>
> Am Mittwoch, den 10.10.2007, 14:41 -0700 schrieb Daniel Kulp (JIRA):
> > Ability to use BlobMessage when using ActiveMQ 4.2
> > ---------------------------------------------------
> >
> >                  Key: CXF-1102
> >                  URL: https://issues.apache.org/jira/browse/CXF-1102
> >              Project: CXF
> >           Issue Type: Improvement
> >           Components: Transports
> >     Affects Versions: 2.0.2
> >             Reporter: Daniel Kulp
> >
> >
> >
> > When using new versions of ActiveMQ, it would be nice to be able to
> > configure the JMS transport to use  a BlobMessage to allow streaming
> > of the stuff from the CachedOutputStream without having to load it
> > all into a byte[].



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

Re: [jira] Created: (CXF-1102) Ability to use BlobMessage when using ActiveMQ 4.2

Posted by Glen Mazza <gl...@verizon.net>.
Do you mean current production 4.1 or upcoming 5.0?  (I don't believe
4.2 will be made):

http://activemq.apache.org/new-features.html

Glen

Am Mittwoch, den 10.10.2007, 14:41 -0700 schrieb Daniel Kulp (JIRA):
> Ability to use BlobMessage when using ActiveMQ 4.2 
> ---------------------------------------------------
> 
>                  Key: CXF-1102
>                  URL: https://issues.apache.org/jira/browse/CXF-1102
>              Project: CXF
>           Issue Type: Improvement
>           Components: Transports
>     Affects Versions: 2.0.2
>             Reporter: Daniel Kulp
> 
> 
> 
> When using new versions of ActiveMQ, it would be nice to be able to configure the JMS transport to use  a BlobMessage to allow streaming of the stuff from the CachedOutputStream without having to load it all into a byte[].
> 
> 
>