On 12/09/2010 01:49 PM, Adam Kaminiecki wrote:
I have one more question how can I get message synchronius? I know how to
subscribe for asynchronius.
Is method
session.Sync();
set all operation synchronius?
session.sync() will block until all previous operations on the session are
complete
I have one more question how can I get message synchronius? I know how
to subscribe for asynchronius.
Is method
session.Sync();
set all operation synchronius?
Regards,
Adam
W dniu 2010-12-09 13:21, Gordon Sim pisze:
On 12/09/2010 11:33 AM, Adam Kaminiecki wrote:
Hi
I'm using C# client
On 12/09/2010 12:35 PM, Adam Kaminiecki wrote:
Nice, thanks for quick reply.
You are right:) I missed it that becasue when I was using
session.MessageTransfer(exchange,routingKey,mes);
everything is ok. but If I want to set persistence How to set Header
for propely sending message to direc
Nice, thanks for quick reply.
You are right:) I missed it that becasue when I was using
session.MessageTransfer(exchange,routingKey,mes);
everything is ok. but If I want to set persistence How to set
Header for propely sending message to direct and topic exhcange??
Regards,
Adam
W d
On 12/09/2010 11:33 AM, Adam Kaminiecki wrote:
Hi
I'm using C# client 0.6 and have some problems.
I can send and recive message from and send to
non durable,fanaut exchange
but whenm I'm trying to do it whit topic or direct exchange no message
income ;/
what am I doing wrong?
code:
declar
Hi
I'm using C# client 0.6 and have some problems.
I can send and recive message from and send to
non durable,fanaut exchange
but whenm I'm trying to do it whit topic or direct exchange no message
income ;/
what am I doing wrong?
code:
declaring exchange
session.ExchangeDeclare(exchNam
Hi,
Can anybody explain me why I get en error in this code line??
Client connections = new Client();
and exception
System.TypeInitializationException was unhandled
Message="Inicjator typów zgłosił wyjątek dla typu
'org.apache.qpid.client.Client'."
Source="qpid.client"
TypeName="org.apache.