[ http://jira.jboss.com/jira/browse/JBMQ-5?page=history ]

Adrian Brock updated JBMQ-5:
----------------------------

    Component: Server

> Message Bridge
> --------------
>
>          Key: JBMQ-5
>          URL: http://jira.jboss.com/jira/browse/JBMQ-5
>      Project: JBoss MQ
>         Type: Task
>   Components: Server
>     Reporter: Adrian Brock
>     Priority: Minor

>
>
> Implementation of a MessageBridge.
> ----------------------------------
> This is a proxy that allows messages to be sent to one JMS server
> and then forwarded to the real destination.
> To the senders this looks like a plain queue or topic.
> This is the simplist implementation, more performant implementations are 
> possible:
> 1) Implement the bridge as a new destination type within JBossMQ
> 2) It will behave similarly to a Queue but will not accept external receivers.
> 3) On a background thread (inside a JTA transaction) 
> take some messages from the queue and send them to the real destination.
> 4) The background thread should automatically recover from a failed connection
> and retry at configurable intervals. Similarly it should keep retrying if
> the connection cannot be instantiated at initial startup.
> This is similar to what the MDB does.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to