Hi, I am STILL having difficulties getting a valid connection to the Active MQ from a .NET VB or c# development. Surely someone can point me in the right direction this is just silly - PLEASE?
I have communicated with lots of types of DB over the years and find this the most awkward, is there ANY source code that works out there regards and thanks P PS thanks for correcting me James. pcdev wrote: > > Thanks for the quick reply James. > > OK first of all I know absolutely NOTHING about ActiveMQ and neither do > the staff here, it was installed a while ago and they are nowhere to be > found now. > > VB.net as it's my choice of programming language so thought I could write > a service which would capture certain messages and place them into an SQL > table on another server so our other applet could access it. > > > I appreciate your help, but what you just said just went straight over my > head - I am not a java programmer or Apache user just plain old VB / SQL / > VB.net - sorry for being so thick. > > All i have is the demo downloaded from this site using VMware and told to > extract the messages and stick into SQL for a specific project. > regards > Paul > > James.Strachan wrote: >> >> On 7/2/07, pcdev <[EMAIL PROTECTED]> wrote: >>> >>> Greetings to you all. >>> Last week I was given the task creating a VB.net program to read the >>> messages out of Active MQ and place them in an SQL server database as >>> their >>> current ancient application cannot read/accept direct from the Active >>> MQ. >>> >>> I have spent all week and weekend downloading various code etc etc and >>> just >>> cannot for the life of me get any of this code to work. >>> Now i can program and have done this kind of thing before but having >>> little >>> knowlege of the ActiveMQ I am struggling even to make a connection to >>> the >>> ActiveMQ via vb.net >>> >>> Any help with a connection string or ODBC or similar would be gratefully >>> appreciated before I get fired! >> >> Any particular reason, if you're going from ActiveMQ -> a database, >> that this must be written in VB? >> >> e.g. its pretty easy to go from JMS -> a database using Camel... >> http://activemq.apache.org/camel/enterprise-integration-patterns.html >> >> The Java code would look something like... >> >> from("activemq:someQueue").to("jpa:myEntity"); >> >> more details: >> http://activemq.apache.org/camel/activemq.html >> http://activemq.apache.org/camel/jpa.html >> >> you might wanna add a custom transform step in the middle to convert >> the JMS message into a valid JPA POJO; for example if the JMS message >> is a Text message or you want to convert from some artbirary POJO/Map >> message to a JPA POJO for easy persistence >> http://activemq.apache.org/camel/message-translator.html >> >> -- >> James >> ------- >> http://macstrac.blogspot.com/ >> >> > > -- View this message in context: http://www.nabble.com/Newbie-Need-urgent-VB.net-help-tf4012875s2354.html#a11749040 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
