mobile-web-messaging / StompKit

STOMP Objective-C Client for iOS
Apache License 2.0
95 stars 82 forks source link

subscription id isn't valid #13

Open Mohamed3amer opened 10 years ago

Mohamed3amer commented 10 years ago

In this method i found that the subscription header value isn't match with the message received from the ActiveMQ

jmesnil commented 10 years ago

sorry, I did not understand your issue. Can you give more details about the frame you receive and why it is not working?

Mohamed3amer commented 10 years ago

The scenario is Request/Response on 2 temp-queues (using multi-threading) : First i subscribe to temp-queue then send request-response message

lets say: sub-1 -> correlation-id = "s1" sub-2 -> correlation-id = "s2"

In

for example identifier = 'sub-1'

then sendTo:@"/queue/request-response-queue"

when i receive frame in