We can use IgniteUuid qryId = IgniteUuid.fromUuid(clientId);

and restrict page requests for queries submitted from other clients. I.e.
throw exception if qryId.globalId() != clientId

--Yakov

2015-11-04 12:21 GMT+03:00 endian675 <endian...@gmail.com>:

> Alexey,
>
> No problem, here is a link that is relatively simple to understand :
>
> http://javarevisited.blogspot.co.uk/2011/02/fix-protocol-session-or-admin-messages.html
>
> However, a simplified approach of just adding a client ID seems sufficient
> -
> the sequence number reset functionality of FIX is overly complex for this
> requirement.
>
> Regards
> Mike
>
>
>
> --
> View this message in context:
> http://apache-ignite-developers.2346864.n4.nabble.com/HTTP-REST-sql-query-ID-problem-tp4524p4531.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.
>

Reply via email to