Hi,
I tried few more things for STOMP C client's selector. What I have seen is unbelievable, if I have properties name anything other then "name" and "age" (case sensitive, only all small case works) then my producer runs fine but consumer throws a core dump. I looked at the core dump in the Sun Workshop and it was talking about strlen() function, segmentation fault. So it only works for two magic properties "name" and "age", am I totally confused :-)? Thanks! Vik