On Sat, Apr 4, 2009 at 10:38 AM, liquidd <spambo...@mail.ru> wrote:
>
> I have a software that uses jdbc (DataSource, Connection) to write some data
> to database (oracle for example). It also uses jndi to know what db to use.
> I have the task to write these data to activemq.
> So question is: is there is a way to use activemq as jdbc
> datasource/connection, so I don't have to rewrite existing java code?

Since JDBC and JMS are distinctly different technologies, there's no
way to achieve this. The specs for each technology are very different
and seek to fulfill different purposes.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

ActiveMQ in Action: http://manning.com/snyder
Blog: http://bruceblog.org/
Twitter: http://twitter.com/brucesnyder

Reply via email to