changed queue names according to convention
This commit is contained in:
parent
381c0a7e4b
commit
262cc65127
@ -2,10 +2,10 @@ package com.knecon.fforesight.llm.service;
|
||||
|
||||
public class QueueNames {
|
||||
|
||||
public static final String LLM_NER_REQUEST_QUEUE_PREFIX = "llm_entity_request_queue";
|
||||
public static final String LLM_NER_REQUEST_QUEUE_PREFIX = "llm_entity_request";
|
||||
public static final String LLM_NER_REQUEST_EXCHANGE = "llm_entity_request_exchange";
|
||||
public static final String LLM_NER_RESPONSE_QUEUE_PREFIX = "llm_entity_response_queue";
|
||||
public static final String LLM_NER_RESPONSE_QUEUE_PREFIX = "llm_entity_response";
|
||||
public static final String LLM_NER_RESPONSE_EXCHANGE = "llm_entity_response_exchange";
|
||||
public static final String LLM_NER_DLQ = "llm_entity_dlq";
|
||||
public static final String LLM_NER_DLQ = "llm_entity_error";
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user