Hi,
I am using activeMQ 5.2
I wanted to test the message group feature of activeMQ 5.2. I setup 2
consumers (failover Master-slave) to a broker.
I used the activemq admin webpage to create some text messages with GroupID
"abc" and "def". Next I started those 2 consumers but it appears to me that
veral other connection and session
> settings. If you would like some links to documentation on URI
> parameter configuration, let me know. Otherwise let me know if I have
> misunderstood your intentions.
>
> Best,
> Jim
>
> On 1/31/09, dougly wrote:
>>
>> Hi
Hi folks,
I used the CSharpGeneratorTask to create the corresponding C# serializable
classes along with a MarshallerFactory several classes to do the
serialization.
Now in my client code in .NET what do I need to do to configure the
Marshallerfactory.
IConnectionFactory fac = new ConnectionFactor
Hello,
I don't know if you figure out the solution or not. So here is what my fix
for your issue:
> /**
> * @openwire:marshaller code="9"
> */
> public class Person implements Serializable
> {
> private String firstName;
>
> private String lastName;
>
> public void setFirs