Обсуждение: Using PostgreSQL as JBossMQ database anyone?

Поиск
Список
Период
Сортировка

Using PostgreSQL as JBossMQ database anyone?

От
Joost Kraaijeveld
Дата:
Hi,

I want to use PostgreSQL 8.1 as JBossMQ database. I have followed the
docs I could find and now I only have 1 exception that was not there
when I use JBoss's default hsqldb (from the server.log):

2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Starting
jboss.j2ee:service=EJB,plugin=invoker,binding=message-driven-bean,jndiName=local/PrintQueueHandler@1212229433
2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter:
java:/DefaultJMSProvider
2006-10-03 16:14:45,934 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter:
org.jboss.jms.jndi.JNDIProviderAdapter@15dcc3ca
2006-10-03 16:14:45,937 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
2006-10-03 16:14:45,942 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
javax.naming.NameNotFoundException: XAConnectionFactory not bound
    at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
    at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
    at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
    at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)

Is there anyone on this list who uses JBoss in combination with
PostgreSQL and is also using PostgreSQL as JBossMQ database that can
help me with this?

TIA


--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl

Re: Using PostgreSQL as JBossMQ database anyone?

От
"Guy Rouillier"
Дата:
Joost Kraaijeveld wrote:

> Is there anyone on this list who uses JBoss in combination with
> PostgreSQL and is also using PostgreSQL as JBossMQ database that can
> help me with this?

See here for a discussion of JBossMQ datasources.  XA is not required.

--
Guy Rouillier


Re: Using PostgreSQL as JBossMQ database anyone?

От
Joost Kraaijeveld
Дата:
On Tue, 2006-10-03 at 11:22 -0500, Guy Rouillier wrote:
> Joost Kraaijeveld wrote:
>
> > Is there anyone on this list who uses JBoss in combination with
> > PostgreSQL and is also using PostgreSQL as JBossMQ database that can
> > help me with this?
>
> See here for a discussion of JBossMQ datasources.  XA is not required.
>
OK, en "here" is (the missing link???)?

--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl

Re: Using PostgreSQL as JBossMQ database anyone?

От
"Guy Rouillier"
Дата:
Joost Kraaijeveld wrote:
> On Tue, 2006-10-03 at 11:22 -0500, Guy Rouillier wrote:
>> Joost Kraaijeveld wrote:
>>
>>> Is there anyone on this list who uses JBoss in combination with
>>> PostgreSQL and is also using PostgreSQL as JBossMQ database that can
>>> help me with this?
>>
>> See here for a discussion of JBossMQ datasources.  XA is not
>> required.
>>
> OK, en "here" is (the missing link???)?

D'oh!  Sorry - http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB

--
Guy Rouillier