Re: Anonymous Producers

2014-03-24 Thread Clebert Suconic
Thanks.. that's what I needed! On Mar 21, 2014, at 9:06 AM, Ted Ross tr...@redhat.com wrote: You have the option of leaving the target of a producer link empty and putting the destination in the to field of each message sent on the link. -Ted On 03/20/2014 11:36 PM, Clebert Suconic

Re: Anonymous Producers

2014-03-21 Thread Ted Ross
You have the option of leaving the target of a producer link empty and putting the destination in the to field of each message sent on the link. -Ted On 03/20/2014 11:36 PM, Clebert Suconic wrote: A common JMS feature is to have a Producer being anonymous and define the address only when the

Anonymous Producers

2014-03-20 Thread Clebert Suconic
A common JMS feature is to have a Producer being anonymous and define the address only when the message is sent. We do the same on HornetQ core API.. However from my first look on the Proton API I always need to define the source and the target? Is there a way to define the destination per