[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread rtm333
Setting the serializationtype to java did not change the behaviour or stack trace at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955828#3955828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955828 Using Tomca

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread rtm333
Unfortunately, this is a rather complex object consisting of several layers of custom classes and collection types. At the "leaves" is an "enumeration" object type, that uses readResolve() to enforce uniqueness. These objects are nested within a HashMap, within two layers of wrapper classes an

[JBoss-user] [JBoss Messaging] - Re: Reuse of sent ObjectMessages

2006-07-06 Thread rtm333
I've tried to extract the relevant code snippets from our application. If the method sendPriceMessage() is called repeatedly with differing arguments, say sendPriceMessage(priceA); sendPriceMessage(priceB); sendPriceMessage(priceC); the consumer receives priceA three times. Hope this clarifie

[JBoss-user] [JBoss Messaging] - Failed to read payload

2006-07-06 Thread rtm333
Hi, We are using JBoss Messaging 1.0.1 CR3 with JBoss 4.0.4 GA. Receiving ObjectMessages succeeds for many payload types, but there is at least one payload type in our application that leads to the following exception on the consumer side (running on a separate VM and machine). These messages

[JBoss-user] [JBoss Messaging] - Reuse of sent ObjectMessages

2006-07-06 Thread rtm333
Hi, We are using JBoss Messaging 1.0.1 CR3 with JBoss 4.0.4 GA. Our publisher reuses ObjectMessage objects after they have been sent to a Topic. In my opinion, this is according to section 3.9 of the JMS 1.1 spec. It works with the WLS and MQ implementations. With Messaging it seems that the

[JBoss-user] [JBoss Messaging] - Re: Looking up JMS Topic from service

2006-06-27 Thread rtm333
That did it! Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953748#3953748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953748 Using Tomcat but need to do more? Need to support web services, security? G

[JBoss-user] [JBoss Messaging] - Re: Looking up JMS Topic from service

2006-06-27 Thread rtm333
Thanks for the quick reply. I added the loader repository to the service descriptor, but to no avail. The error remains the same. What am I doing wrong? | | | | | jboss.messaging:loader=ScopedLoaderRepository | java2ParentDelegation=false |

[JBoss-user] [JBoss Messaging] - Looking up JMS Topic from service

2006-06-27 Thread rtm333
Hi, I'm trying to do a JNDI look-up for a JMS Topic on the same server from a service (startup class). This works without problems with JBoss MQ. But with JBoss Messaging I get the following ClassNotFoundException for org.jboss.jms.destination.JBossTopic. The missing class is defined in jboss-

[JBoss-user] [JBoss Messaging] - Problem With Selector (Delivery Stops)

2006-04-21 Thread rtm333
I'm using jboss-4.0.4.CR2 with jboss-messaging-1.0.0.GA. JBoss is running on Solaris, JMS publisher and subscriber are running on Win XP. Without a selector (or with JBossMQ) my test setup works without problems. The trouble starts when I use a topic subscriber with a selector. For the test sc