Adding tests for CDR replication over *amqp_json_map

This commit is contained in:
DanB
2017-02-03 16:30:26 +01:00
parent 7a6c68ded5
commit d2115893b8
3 changed files with 81 additions and 5 deletions

View File

@@ -230,7 +230,7 @@ func (pc *AMQPCachedPosters) GetAMQPPoster(dialURL string, attempts int, fallbac
return pc.cache[dialURL], nil
}
// "amqp://guest:guest@localhost:5672/?queueID=cgr_cdrs"
// "amqp://guest:guest@localhost:5672/?queueID=cgrates_cdrs"
func NewAMQPPoster(dialURL string, attempts int, fallbackFileDir string) (*AMQPPoster, error) {
u, err := url.Parse(dialURL)
if err != nil {