Apollo STOMP websockets authentication failure

2012-08-14 Thread Paddy Carman
Hi - I added a new user/password called guest/guest123 in users.properties file. I'm able to login to the broker using a PHP client (with guest/guest123). But when I use a websocket client (using the chat example from https://github.com/jmesnil/stomp-websocket/tree/master/example/chat), it give

Re: How to determine originator of message at the receiver?

2012-08-14 Thread Raul Kripalani
Yes, sure! Just substitute the word "header" for "property" and you're good to go ;) *Raúl Kripalani* *Principal Consultant | FuseSource Corp. r...@fusesource.com | fusesource.com skype: raul.fuse | twitter: @raulvk , @fusenews

Re: How to determine originator of message at the receiver?

2012-08-14 Thread Paddy Carman
Thanks. Can the client use a user-defined header which can identify the client uniquely (for example, the username that was used to connect)? Will this header be passed on to the receiver by the broker? -PC On Tue, Aug 14, 2012 at 10:50 AM, Raul Kripalani wrote: > Yes, but it requires using the A

Re: How to determine originator of message at the receiver?

2012-08-14 Thread Raul Kripalani
Yes, but it requires using the ActiveMQ JMS implementation classes rather than the pure JMS interfaces. If you cast the javax.jms.Message to an org.apache.activemq.command.ActiveMQMessage, you can use the getProducerId() method to obtain the ProducerId. What I'm not sure is how useful that will be

How to determine originator of message at the receiver?

2012-08-14 Thread Paddy Carman
Hi - Is it possible to determine (at the receiver), the client that originated the message that was sent to a queue or a topic? Would this require adding custom header fields? Has there been some work in this direction that someone can point me to? Basically I'm looking for something like a "fr

Re: Connection msmq (bizztalk) to Activemq

2012-08-14 Thread m.krieken
I understand what you mean, but at the moment i have this in my mind. My goal is to let the client (customer) push data to us using their bizztalk server to our activemq server. If we need to connect to the clients msmq server and get the information, we would need to make a timeframe how ofter we

Re: Connection msmq (bizztalk) to Activemq

2012-08-14 Thread Michael Justin
Am 14.08.2012 11:51, m.krieken wrote: For a customer i need to connect a bizztalk server to activemq (5.5.1). The customer will be the data provider and we will be the consumer. Normally we would connect using jms, but this is not a option. Does anybody ever connected a msmq or AS2 to activemq ov

Connection msmq (bizztalk) to Activemq

2012-08-14 Thread m.krieken
For a customer i need to connect a bizztalk server to activemq (5.5.1). The customer will be the data provider and we will be the consumer. Normally we would connect using jms, but this is not a option. Does anybody ever connected a msmq or AS2 to activemq over the internet and could help me on my