You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Tom Kaitchuck (JIRA)" <ji...@apache.org> on 2007/02/21 03:59:03 UTC

[jira] Commented: (AMQ-976) Abstract the Transport and TransportListener Interfaces so that the move around Objects instead of Command and Response objects.

    [ https://issues.apache.org/activemq/browse/AMQ-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38557 ] 

Tom Kaitchuck commented on AMQ-976:
-----------------------------------

This is an unbelievably bad idea! Passing around "Objects" and casting them to whatever you feel like is just giving up on design. This change does absolutely no good for future extensibility or flexibility as none of the functions actually implement the logic to support this functionality.

> Abstract the Transport and TransportListener Interfaces so that the move around Objects instead of Command and Response objects.
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-976
>                 URL: https://issues.apache.org/activemq/browse/AMQ-976
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.1.0
>
>
> If the Transport and TransportListener interfaces can be abstracted even more so that they move around Objects instead of Commands and Responses.  This would allow us to use most of the Transport components with other command sets besides the current ActiveMQ one.
> The main use case I'm thinking of is the possibility of supporting the qpid command set directly by the broker.

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