Commit Graph

9 Commits

Author SHA1 Message Date
Gabriele Santomaggio f52c7983ce
Broadcast to tmq queues example (#43)
* broadcast example
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-03-25 09:52:42 +01:00
Gabriele Santomaggio 6cd3f90025
Implement JWT (OAuth 2) (#39)
- add tls connection test
- Implement JWT (OAuth 2) closes https://github.com/rabbitmq/rabbitmq-amqp-go-client/issues/23
- refactor connection interfaces  to support only one endpoint  
- refactor Environment interfaces to support multiple endpoints 
- Validate the features for RabbitMQ 4.1 like OAuth refresh token 
---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-03-05 09:46:28 +01:00
Gabriele Santomaggio 24649319d8
Implement Filters (#38)
* Closes: Implement properties-filter and application-properties-filter #25
* Refactor the interfaces to be more coherent
---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-27 13:58:59 +01:00
Gabriele Santomaggio b108942f04
update documentation [skip ci] (#30)
* update documentation [skip ci]

---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-17 15:49:12 +01:00
Gabriele Santomaggio 54eab6556d
Rename the package name (#29)
* Rename the package name
* Fixes https://github.com/rabbitmq/rabbitmq-amqp-go-client/issues/28


Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-17 14:04:13 +01:00
Gabriele Santomaggio 72ac394935
Add examples (#27)
* Add examples
---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-14 11:08:09 +01:00
Gabriele Santomaggio 031a2ac54d
add stream support (#24)
* Implement the stream support and filtering for the stream
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-13 12:04:35 +01:00
Gabriele Santomaggio 707fe72c3d
Auto recovery connection publishers and consumers (#22)
* Closes: #4
*. Closes: #5
* Add auto-reconnection for connection, producers and consumers 

---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-07 11:00:14 +01:00
Gabriele Santomaggio 89c4dd74a4
Refactor the API interfaces (#21)
* Refactor the API 
* Use the interfaces to define the targets for queues, exchanges and bindings 
* Implement the producer message target-based
---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-01-30 11:29:44 +01:00