<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<pre>>If you need to hear about previous messages, you should
>create queue beforehand.
Done but with issues as my problem lies there:
<i>
</i>>A queue is identified by a name. The same name= the same
>queue. You can bind multiple exchanges to a queue though,
>and receive data from multiple exchanges on a single queue.
I need to declare one queue for every receiver and bind it to the same exchange but I don't know how many there will be, furthermore everything has to be done at runtime.
Say I have a client CLIENT0 at t0 which declares:
- queue A
- exchange EX