Re: JMS for non-java clients !!

2001-07-03 Thread Karri Niemelä
is it possible to use the JMS Server with non -java applications as JMS Clients? (both pub/sub p2p) I'm not sure about the internal server in Orion, but if you use external jms provider, in this case swiftmq, its possible to write clients for it in c++

mdb and external jms

2001-06-29 Thread Karri Niemelä
Still wondering about the subject. When using swiftmq jms server, client only has to set INITIAL_CONTEXT_FACTORY and PROVIDER_URL to connect to swiftmq router/jms server. So in orion-ejb-jar.xml we define message-driven-deployment tag.. Under it its possible to set lookup-context location and

url forbidden

2001-06-27 Thread Karri Niemelä
I'm trying to deploy a simple web application to orion (made with sun's j2ee tool) It goes in fine and all the binding etcetc works, but then I get 403 url forbidden error ,when trying to look at that url. The web application is just made out of one servlet (simple helloworld thingy) is this A)

orion and external jms

2001-06-26 Thread Karri Niemelä
Has someone managed to use external jms server with message driven beans? I'm trying to combine orion with swiftmq.