[jboss-user] [JBoss Messaging] - JBM Bridge connect / re-connect issues

2007-11-23 Thread tpaterson
Hello everyone ! We are currently attempting to migrate from JBoss MQ to JBM, Using JBoss 4.2.1.GA, JBM 1.4.0.SP1, and JBoss Remoting 2.2.2.SP1. We have been testing the JBM Bridge service between a couple of machines, a producer machine with a mix of queues and topics, and a consumer machine

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread tpaterson
Hi Tim, our .jnlp file specifies all-permissions which I believe allows us to do most anything.. certainly our app can make socket connections to the app server (for session bean calls - and to use JBoss MQ Queues), so I'm not sure why this shouldn't work using JBM ? View the original

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-11-23 Thread tpaterson
Hi Guys, did anyone ever find a solution for this issue ? we are having the same -- our client App runs via webstart and connects to a Queue on the server at startup. up until now we have been using JBoss MQ - but we are now in the process of trying to migrate to JBoss Messaging - and this

[jboss-user] [JBoss Messaging] - Re: Two errors on startup

2007-11-16 Thread tpaterson
Hi Guys, I'm having the same issue here, JBoss 4.2.0GA, JBM 1.4.0.GA, Postgres 8.2.5. 2007-11-16 07:45:38,233 ERROR [org.jboss.messaging.util.ExceptionUtil] Queue[null, name=xDiyPinNetDataQueue] startService java.lang.IllegalStateException: Did not load correct number of messages,

[jboss-user] [JBoss Messaging] - Re: Single MDB Instance Required

2007-07-18 Thread tpaterson
Sounds like you want to change your MDB to use the Singleton Message Driven Bean container configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065332#4065332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065332

[jboss-user] [JBoss Messaging] - Batching messages in jboss-messaging

2006-10-04 Thread tpaterson
According to http://jira.jboss.com/jira/browse/JBMESSAGING-328, JBoss messaging now supports batching of messages from the server to the client. Can anyone explain how this works or how it can be configured/turned on? The performance we are seeing on a network with a large round-trip time seems

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-03 Thread tpaterson
[EMAIL PROTECTED] wrote : This is related on how callbacks work at Messaging 1.0. | We are working in a multiplex protocol what will be available in future releases. | | Take a look at this documentation, and let me know if you still have a question: | |

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-03 Thread tpaterson
Please ignore the previous post. We have discovered that the client is opening a listening socket; it was probably that we had a firewall/configuration issue, and we can now successfully send messages between client and server. It looks like multiplexing would greatly simplify the network

[jboss-user] [JBoss Messaging] - jboss-messaging performance testing

2006-10-03 Thread tpaterson
We are trying to run the performance testsuite for jboss-messaging, and are running into compile-time errors. We have installed JBoss-4.0.4.GA with jboss-messaging-1.0.1.CR5, and are trying to follow the instructions at

[jboss-user] [JBoss Messaging] - JBoss Messaging server cannot connect to Remote Messaging Cl

2006-10-02 Thread tpaterson
Hi There, Using JBoss 4.0.4GA-Patch1, and JBoss messaging 1.0.1.CR5, We have taken one of the examples from the jboss-messaging-1.0.1.CR5 zip file (examples/mdb//Sender.java) and modified it slightly - in order to connect to a remote JBoss server (simply passing a Hashtable of JNDI