[jboss-user] [JBoss Messaging Users] - bisocket and listening on all interfaces

2009-10-06 Thread infodavid
Hi all,

We want to have jboss listening on all interfaces using 0.0.0.0 but the 
bisocket configuration does not allow that.

Is there a solution to listen on all interfaces or we must use a physical 
address (not localhost) ?

Thanks for your ideas.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258949#4258949

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258949
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Persistenceprovider hotplug

2009-03-31 Thread infodavid
I just change the oracle schema to describe an invalid one to check 
reconnection.

I have found a solution to restart the MDB when the persistence provider is 
restarted, just add a 'depends' in jboss.xml but unfortunately, a jboss issue 
(JBAS-5332) does not allow restarting.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222367#4222367

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222367
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Persistenceprovider hotplug

2009-03-31 Thread infodavid
There is no error about MDB. Messages are just not consumed.

Here are the logs from the server, when changing ds.xml:

2009-03-31 14:24:43,140 INFO  [org.jboss.system.server.Server] JBoss (MX 
MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] 
Started in 34s:94ms
2009-03-31 14:24:57,734 INFO  
[com.pdf.common.service.messaging.test.mdb.MessagingTestBean] Message recieved 
at Tue Mar 31 14:24:57 CEST 2009
2009-03-31 14:24:57,734 INFO  
[com.pdf.common.service.messaging.test.mdb.MessagingTestBean] Type of message 
object is: ObjectMessage
2009-03-31 14:24:57,734 INFO  
[com.pdf.common.service.messaging.test.mdb.MessagingTestBean] Message recieved 
from 3kf6z1j (10.10.101.205)
2009-03-31 14:24:57,734 INFO  
[com.pdf.common.service.messaging.test.mdb.MessagingTestBean] Message 
acknowledged
2009-03-31 14:24:57,875 INFO  
[com.pdf.common.service.messaging.test.mdb.MessagingTestBean] Waiting 15s 
before sending response...
2009-03-31 14:25:03,203 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@1013985 undeployed
2009-03-31 14:25:03,203 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@3dcf03 undeployed
2009-03-31 14:25:03,203 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@f007ad undeployed
2009-03-31 14:25:03,203 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/DLQ] stopped
2009-03-31 14:25:03,203 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/ExpiryQueue] stopped
2009-03-31 14:25:03,203 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/MessagingTestBean1] stopped
2009-03-31 14:25:03,203 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/MessagingTestBean2] stopped
2009-03-31 14:25:03,421 INFO  [org.jboss.jms.server.ServerPeer] JMS 
ServerPeer[0] stopped
2009-03-31 14:25:03,421 INFO  
[org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound 
ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JMSDS' from JNDI 
name 'java:JMSDS'
2009-03-31 14:25:03,625 INFO  
[org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound 
ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JMSDS' to JNDI name 
'java:JMSDS'
2009-03-31 14:25:04,531 WARN  
[org.jboss.jms.server.security.SecurityMetadataStore] WARNING! POTENTIAL 
SECURITY RISK. It has been detected that the MessageSucker component which 
sucks messages from one node to another has not had its password changed from 
the installation default. Please see the JBoss Messaging user guide for 
instructions on how to do this.
2009-03-31 14:25:04,562 INFO  [org.jboss.jms.server.ServerPeer] JBoss Messaging 
1.4.2.GA server [0] started
2009-03-31 14:25:04,593 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector 
bisocket://3kf6z1j:4457 has leasing enabled, lease period 1 milliseconds
2009-03-31 14:25:04,593 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@1013985 started
2009-03-31 14:25:04,593 WARN  
[org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] 
supportsFailover attribute is true on connection factory: 
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post 
office is non clustered. So connection factory will *not* support failover
2009-03-31 14:25:04,593 WARN  
[org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] 
supportsLoadBalancing attribute is true on connection factory: 
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post 
office is non clustered. So connection factory will *not* support load balancing
2009-03-31 14:25:04,593 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector 
bisocket://3kf6z1j:4457 has leasing enabled, lease period 1 milliseconds
2009-03-31 14:25:04,593 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@3dcf03 started
2009-03-31 14:25:04,609 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector 
bisocket://3kf6z1j:4457 has leasing enabled, lease period 1 milliseconds
2009-03-31 14:25:04,609 INFO  
[org.jboss.jms.server.connectionfactory.ConnectionFactory] 
org.jboss.jms.server.connectionfactory.connectionfact...@f007ad started
2009-03-31 14:25:04,656 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/DLQ] started, fullSize=20, pageSize=2000, downCacheSize=2000
2009-03-31 14:25:04,859 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/ExpiryQueue] started, fullSize=20, pageSize=2000, 
downCacheSize=2000
2009-03-31 14:25:04,953 INFO  [org.jboss.jms.server.destination.QueueService] 
Queue[/queue/MessagingTestBean1] started, fullS

[jboss-user] [JBoss Messaging] - Persistenceprovider hotplug

2009-03-31 Thread infodavid
Hi,

I try to test the reconnection after persistence provider modifications.
I send one message to the queue and MDB consumes it.
I change the jms-ds.xml to a wrong Oracle schema.
I send one message to the queue, a failure appears.
I reset the jms-ds.xml to a working version.
I send one message to the queue, message is posted but MDB does not consume it. 
The MDB must be restarted to consume messages posted to the queue (seen using 
jmx-console).

I use JBoss 4.2.3.GA and JBM 1.4.2.GA.

Thanks for your help.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=458#458

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=458
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - redeploy after datasource change

2008-01-03 Thread infodavid
After changing the datasource definition, the connection factory is unbound 
with the following message:
your are trying to use a connection factory that has been shut down: 
ManagedConnectionFactory is null.

How redeploy conncetion factory and the jms queues on JBoss AS 4.0.4 GA ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116785#4116785

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116785
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user