SNAPSHOT buid ... I wrote a spring based "jms publisher" because I could not use the synapse jms publishing because it seems to create a connection for every message sent, which runs into issues after about 1000 messages or so.
My custom JMS publisher needs to send to different queues depending on the "sequence flow" in synapse. Once it gets to the actual publishing step, the only real difference between the specific sequences is the "destination." I was hoping I could use the same spring bean for each specific sequence and pass the specific destination in for each specific sequence. I guess I can create different beans in the spring context file. One for each specific destination. On 4/13/09 4:27 PM, "Andreas Veithen" <[email protected]> wrote: > Keith, > > This is currently not supported. What is the use case for this? > > Andreas > > On Mon, Apr 13, 2009 at 21:18, kbohnenberger > <[email protected]> wrote: >> >> Can anyone point me to an example of how to pass parameters to a spring >> mediator? >> I realize I can pass them in via the spring context file but in some cases, >> I need to pass them in from the synapse.xml file. >> >> Thanks, >> >> Keith >> -- >> View this message in context: >> http://www.nabble.com/passing-params-to-a-spring-mediator-tp23027104p23027104 >> .html >> Sent from the Synapse - User mailing list archive at Nabble.com. >> >> This communication, along with any attachments, is covered by federal and state law governing electronic communications and may contain company proprietary and legally privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, use or copying of this message is strictly prohibited. If you have received this in error, please reply immediately to the sender and delete this message. Thank you.
